/*!********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/product/[id]/page.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************/
.page_container__ZPoex {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
}

.page_breadcrumb__sQgCJ {
    margin-bottom: 2rem;
    color: hsl(var(--muted-foreground));
    font-size: 0.9rem;
}

.page_breadcrumb__sQgCJ a:hover {
    color: hsl(var(--primary));
    text-decoration: underline;
}

.page_grid__oam17 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    gap: 3rem;
}

.page_imageSection__MLuRj {
    width: 100%;
}

.page_imagePlaceholder__7AKh7 {
    width: 100%;
    aspect-ratio: 1;
    background: hsl(var(--muted));
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8rem;
    font-weight: 800;
    color: hsl(var(--muted-foreground) / 0.3);
    border: 1px solid hsl(var(--border));
}

.page_gallery__Y_u0c {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1rem;
    gap: 1rem;
    margin-top: 1rem;
}

.page_thumbnail__1JpdU {
    aspect-ratio: 1;
    border: 1px solid hsl(var(--border));
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.2s;
}

.page_thumbnail__1JpdU:hover {
    border-color: hsl(var(--primary));
}

.page_infoSection__sk6Du {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.page_category__DKxO4 {
    font-size: 0.9rem;
    font-weight: 600;
    color: hsl(var(--primary));
    text-transform: uppercase;
}

.page_title__DuiTY {
    font-size: 2.5rem;
    font-weight: 800;
    color: hsl(var(--foreground));
    line-height: 1.1;
}

.page_price__5BCOH {
    font-size: 2rem;
    font-weight: 700;
    color: hsl(var(--primary));
}

.page_description__rmDUE {
    font-size: 1.1rem;
    line-height: 1.6;
    color: hsl(var(--muted-foreground));
}

.page_features___0jrr {
    display: flex;
    gap: 2rem;
    margin: 1rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid hsl(var(--border));
    border-bottom: 1px solid hsl(var(--border));
}

.page_feature__z09bW {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: hsl(var(--foreground));
}

.page_actions__tR_u5 {
    display: flex;
    gap: 1rem;
}

.page_addToCartBtn___IsP6 {
    flex: 1 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    padding: 1rem;
    border-radius: var(--radius);
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
}

.page_addToCartBtn___IsP6:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

@media (min-width: 960px) {
    .page_grid__oam17 {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
}

.page_vatInfo__2co8R {
    font-size: 0.875rem;
    color: hsl(var(--muted-foreground));
    font-weight: normal;
    margin-left: 0.5rem;
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/commerce/ProductGallery.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.ProductGallery_gallery__2wCjE {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ProductGallery_mainImageWrapper__47L__ {
    width: 100%;
    aspect-ratio: 1;
    background: white;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid hsl(var(--border));
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductGallery_mainImage__ESOzw {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ProductGallery_thumbnails__siO8E {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.5rem;
    gap: 0.5rem;
}

.ProductGallery_thumbnailBtn__EzdWI {
    aspect-ratio: 1;
    border: 2px solid transparent;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    background: white;
    transition: all 0.2s;
}

.ProductGallery_thumbnailBtn__EzdWI:hover {
    border-color: hsl(var(--primary) / 0.5);
}

.ProductGallery_thumbnailBtn__EzdWI.ProductGallery_active__cvlq2 {
    border-color: hsl(var(--primary));
}

.ProductGallery_thumbnail__b_kG2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/layout/Footer.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__eNA9m {
    background: hsl(var(--card));
    border-top: 1px solid hsl(var(--border));
    padding: 4rem 0 0;
    margin-top: auto;
}

.Footer_container__IkLXC {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.Footer_grid__WCfx6 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
    gap: 3rem;
    margin-bottom: 3rem;
}

.Footer_column__DPqof {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.Footer_logoLink__N15nU {
    display: inline-block;
}

.Footer_logo__8uCHD {
    height: 40px;
    width: auto;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

.Footer_text__0cNNV {
    color: hsl(var(--muted-foreground));
    line-height: 1.6;
}

.Footer_heading__z5GZP {
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    margin-bottom: 0.5rem;
}

.Footer_list__3JsYY {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.Footer_link___mmVB {
    color: hsl(var(--muted-foreground));
    font-size: 0.9rem;
    transition: color 0.2s;
}

.Footer_link___mmVB:hover {
    color: hsl(var(--primary));
}

.Footer_socials__SOcMQ {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.Footer_socialLink__nh4hv {
    color: hsl(var(--muted-foreground));
    transition: all 0.2s;
}

.Footer_socialLink__nh4hv:hover {
    color: hsl(var(--primary));
    transform: translateY(-2px);
}

.Footer_contactItem__M0DvS {
    display: flex;
    gap: 0.75rem;
    color: hsl(var(--muted-foreground));
    font-size: 0.9rem;
    align-items: flex-start;
}

.Footer_icon__ZJXLa {
    flex-shrink: 0;
    color: hsl(var(--primary));
    margin-top: 0.2rem;
}

.Footer_paymentBadges__BbUHH {
    display: flex;
    gap: 0.5rem;
    margin-top: 1.5rem;
}

.Footer_paymentBadges__BbUHH img {
    height: 24px;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.Footer_paymentBadges__BbUHH img:hover {
    opacity: 1;
}

.Footer_bottom__ch0uR {
    border-top: 1px solid hsl(var(--border));
    padding: 1.5rem 0;
    text-align: center;
    color: hsl(var(--muted-foreground));
    font-size: 0.85rem;
}

@media (min-width: 768px) {
    .Footer_grid__WCfx6 {
        grid-template-columns: 2fr 1fr 1fr 1.5fr;
    }
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/layout/Header.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/
.Header_header__hO3lJ {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 50;
    width: 100%;
    border-bottom: 1px solid hsl(var(--border));
    background: hsla(var(--background) / 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    height: 4rem;
    display: flex;
    align-items: center;
}

.Header_container__EZyBV {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.Header_logo__e5KhT {
    font-size: 1.5rem;
    font-weight: 800;
    color: hsl(var(--foreground));
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
}

.Header_logoHighlight__LNRdu {
    color: hsl(var(--primary));
}

.Header_nav__3fHSH {
    display: none;
}

.Header_navLink__LzXns {
    font-size: 0.9rem;
    font-weight: 500;
    color: hsl(var(--muted-foreground));
    transition: color 0.2s;
    padding: 0.5rem 1rem;
}

.Header_navLink__LzXns:hover {
    color: hsl(var(--foreground));
}

.Header_actions__SRauh {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.Header_iconBtn__sGNob {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--radius);
    color: hsl(var(--foreground));
    background: transparent;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    position: relative;
}

.Header_iconBtn__sGNob:hover {
    background: hsl(var(--muted));
}

.Header_badge__jvoAX {
    position: absolute;
    top: 4px;
    right: 4px;
    background: hsl(var(--primary));
    color: hsl(var(--primary-foreground));
    font-size: 0.65rem;
    font-weight: 700;
    height: 1rem;
    min-width: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: 0 0.2rem;
}

.Header_mobileToggle__vrQ8f {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: transparent;
    border: none;
    cursor: pointer;
    color: hsl(var(--foreground));
    margin-left: 0.5rem;
}

.Header_mobileNav__HHzTb {
    position: fixed;
    top: 4rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 4rem);
    background: hsl(var(--background));
    border-bottom: 1px solid hsl(var(--border));
    padding: 1.5rem;
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
    z-index: 49;
}

.Header_mobileNav__HHzTb.Header_open__u7Smf {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.Header_mobileNavLinks__E7Kei {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.Header_mobileLink__wunBc {
    font-size: 1.25rem;
    font-weight: 600;
    color: hsl(var(--foreground));
    border-bottom: 1px solid hsl(var(--border));
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .Header_nav__3fHSH {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .Header_mobileToggle__vrQ8f {
        display: none;
    }

    .Header_mobileNav__HHzTb {
        display: none;
    }
}
