/*
================================================

Space Vanta Theme 1.0

Module:
Product Detail

File:
product.css

Version:
1.0

Purpose:
Product Detail Global Foundation

Phase:
PDR-005-C.3

Responsibilities:
- Product root
- Product container
- Global Product width
- Global Product box sizing

Does NOT handle:
- Layout
- Gallery
- Information
- Variant
- Bundle
- Purchase
- Details

================================================
*/


/* =================================================
PRODUCT ROOT
================================================= */

.sv-product {
    width: 100%;
}


/* =================================================
PRODUCT CONTAINER
================================================= */

.sv-product__container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px;
}