.product-detail-section {
    background-image: url(/static/bg-purple-1.webp);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}

.frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 40px 100px;
    position: relative;
}

.frame .grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 3rem 10rem 3rem 10rem;
    position: relative;
    align-self: stretch;
    background-color: #35343933;
    border-radius: 48px;
    overflow: hidden;
    border: 1px solid;
    border-color: #ffffff0d;
    box-shadow:
        0px 0px 20px #ffabf30d,
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 1px 0 0 rgba(255, 255, 255, 0.32),
        inset 0 -1px 4px rgba(0, 0, 0, 0.13),
        inset -1px 0 4px rgba(0, 0, 0, 0.11);
    backdrop-filter: blur(6.5px) brightness(100%) saturate(100%);
    -webkit-backdrop-filter: blur(6.5px) brightness(100%) saturate(100%);
}

.frame .gradient {
    position: absolute;
    width: calc(100% - 2px);
    top: 1px;
    left: 1px;
    height: 4px;
    background: linear-gradient(
        90deg,
        rgba(0, 219, 233, 1) 0%,
        rgba(255, 171, 243, 0) 100%
    );
    opacity: 0.5;
}

.login {
    background: linear-gradient(
        90deg,
        rgba(255, 171, 243, 1) 0%,
        rgba(211, 251, 255, 1) 100%
    );
    background-clip: border-box;
    -webkit-background-clip: text !important;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 700;
    color: transparent;
    text-align: right;
    letter-spacing: -0.32px;
    line-height: 38.4px;
    text-decoration: underline;
    white-space: nowrap;
}

.frame .div {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: fit-content(100%) minmax(0, 1fr) minmax(0, 1fr) minmax(
            0,
            1fr
        );
    height: 60vh;
    gap: 10px;
}

.frame .heading {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: 217px;
    height: 39px;
}

.frame .text-wrapper {
    position: absolute;
    top: -2px;
    left: 43px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Space Grotesk-Bold", Helvetica;
    font-weight: 700;
    color: #00dbe9;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0;
    line-height: 41.6px;
    white-space: nowrap;
}

.frame .gemini-generated {
    position: relative;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    justify-self: start;
    align-self: start;
    width: 288.28px;
    height: 296.67px;
    aspect-ratio: 0.97;
}

.frame .div-2 {
    position: relative;
    grid-row: 4 / 5;
    grid-column: 1 / 2;
    justify-self: start;
    width: 100%;
    height: 100%;
    align-self: end;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.frame .text-wrapper-2 {
    display: flex;
    font-weight: 700;
    color: #d3fbff;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
    line-height: 32.6px;
}

.frame .text-wrapper-3 {
    font-weight: 400;
    color: #d3fbff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 41.6px;
    white-space: nowrap;
}

.frame .p {
    position: relative;
    display: flex;
    align-items: center;
    grid-row: 2 / 4;
    grid-column: 2 / 3;
    align-self: start;
    width: 100%;
    height: 100%;
    font-family: "Space Grotesk-Regular", Helvetica;
    font-weight: 400;
    color: #dcbed4;
    letter-spacing: 0;
    line-height: 25.6px;
}

.frame .div-3 {
    display: flex;
    justify-content: space-between;
    height: fit-content;
    position: relative;
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    justify-self: start;
    width: 100%;
}

.frame .background-border {
    position: relative;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    width: fit-content;
    height: fit-content;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 24px;
    background-color: #353439;
    border-radius: 9999px;
    border: 1px solid;
    border-color: #ffabf333;
    box-shadow: 0px 0px 15px #ffabf326;
}

.frame .div-4 {
    display: grid;
    grid-template-columns: repeat(3, fit-content(100%));
    grid-template-rows: 68px fit-content(100%);
    width: 325px;
    height: fit-content;
    gap: 10px;
    position: relative;
    grid-row: 4 / 5;
    grid-column: 2 / 3;
    justify-self: end;
    align-self: end;
}

.frame .div-wrapper {
    box-sizing: border-box;
    position: relative;
    grid-row: 2 / 3;
    grid-column: 3 / 4;
    width: fit-content;
    height: fit-content;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.frame .text-wrapper-5 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 24px;
    margin-top: -1px;
    font-family: "Space Grotesk-Bold", Helvetica;
    font-weight: 700;
    color: #131317;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
    line-height: 24px;
    white-space: nowrap;
}

.frame .div-wrapper-2 {
    position: relative;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    justify-self: end;
    align-self: end;
    border-radius: 999px;
    overflow: hidden;
    border: none;
    height: 3.5rem;
}

.frame .div-wrapper-2::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        rgba(255, 171, 243, 1) 0%,
        rgba(211, 251, 255, 1) 100%
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    pointer-events: none;
}

.frame .text-wrapper-6 {
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #dcbed4;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 38.4px;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.frame .text-wrapper-7 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    width: 21px;
    height: 39px;
    font-family: "Space Grotesk-Bold", Helvetica;
    font-weight: 700;
    color: #dcbed4;
    font-size: 32px;
    text-align: center;
    letter-spacing: -0.32px;
    line-height: 38.4px;
    white-space: nowrap;
}

.div img {
    border-radius: 4rem;
}

.detail-image {
    max-height: 35vh;
    box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.75);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
        display: flex;
}
.images {
    display: flex;
  grid-column: span 2;
  justify-content: center;
  gap:10vw;
  grid-row: span 2;
}
.detail-image:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 1);
}
.secondary-image {
    max-height: 35vh;
    box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.75);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}
.secondary-image:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 1);
}

@media screen and (width < 1700px) {
    .frame .p {
        font-size: 16px;
    }
}

@media screen and (width < 1500px) {
    .grid-item {
        padding: 1rem 2rem 1rem 2rem;
    }
    .frame .p {
        text-align: right;
        justify-content: flex-end;
    }

    .frame .div {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto;
        width: auto;
    }
    .div-2 {
        order: 2;
    }
    .div-3 {
        order: -1;
    }
    .frame .div-3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .heading {
        margin-bottom: 1rem;
    }
    .new-arrival {
        font-size: 12px;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
.product-image-desc {
    grid-column: 2;
    grid-row: 4;
}
@media screen and (width < 1500px) {
    .frame .div-2 {
        align-items: center;
    }
    .product-image-desc {
        order:3
    }
    .frame .div-4 {
        order: 5;
        align-self: center;
    }
    .product-image-desc {
        grid-column: 1;
        grid-row: 3;
        text-align: center;
        justify-content: center;
    }
    .secondary-image { 
        max-height: none;
    }
    .product-image-desc img {
        width: 50vw;
        height: auto;
    }
    .detail-image {
        width: 50vw;
        height: auto;
        margin-bottom: 1rem;
    }
    .frame .p {
        grid-column: 1;
        grid-row: 3;
        text-align: center;
        justify-content: center;
    }
    .frame .div-2 {
        grid-column: 1;
        grid-row: 4;
        order:4
    }
    .frame .div-4 {
        grid-column: 1;
        grid-row: 5;
        justify-self: center;
    }
    .images {
        flex-direction: column;
    }
}

@media screen and (width < 800px) {
    .frame {
        padding: 5px 10px;
    }
    .frame .text-wrapper-2 {
        font-size: 18px;
    }
    .detail-image {
        max-width: 90vw;
    }
}
