/* Entire layout */
[data-component-id="commerceLayout-4b05"] {
    --dxp-g-neutral: rgba(255, 255, 255, 0);
}

[data-component-id="commerceFooter-c09b"] {
    --dxp-g-root-contrast: rgb(244, 152, 0);
}

/* Fotoer on My Account template*/
[data-component-id="commerceFooter-be4d"] {
    --dxp-g-root-contrast: rgb(244, 152, 0);
}

/* Home Page Hero image*/
[data-component-id="section-3273"] {
    --dxp-s-section-columns-max-width: 100%;
}

/* Home Page 2 columns withot space between*/
[data-component-id="columns-b2b1"] {
        --dxp-s-column-spacer-size: 0;
}

.commerce-layoutHeader_templateWithWishlistSlot{
    --dxp-g-neutral: rgba(255, 255, 255, 0);
    margin-right: 0;
    margin-left: 0;
}

.comm-drilldown-navigation__bar{
    border-style: none !important;
}

/* Category page */
[data-component-id="sldsFlexibleLayout-0b49"] {
    --dxp-style-c-padding-top: 1rem;
}

/* PDP page */
[data-component-id="sldsFlexibleLayout-ff0f"] {
    --dxp-style-c-padding-top: 2rem;
    --dxp-style-c-padding-bottom: 2rem;
    --dxp-style-c-padding-left: 8%;
    --dxp-style-c-padding-right: 8%;
}

/* Pricing on PDP */
[data-component-id="productPricing-a530"] {
    position: unset !important;
}

/*  Details with image section on PDP*/
[data-component-id="section-a5b1"] {
    --dxp-style-c-padding-top: 0;
    --dxp-style-c-padding-bottom: 0;
    background-color: #F6F6F6;
}

/* Result page */
[data-component-id="sldsFlexibleLayout-cd17"] {
    --dxp-style-c-padding-top: 1rem;
    --dxp-style-c-padding-bottom: 1rem;
}

/* Cart Page */
[data-component-id="sldsFlexibleLayout-bd51"] {
    --dxp-style-c-padding-top: 4rem;
    --dxp-style-c-padding-bottom: 4rem;
}

/* Checkout Page */
[data-component-id="section-a412"] {
    --dxp-style-c-padding-top: 4rem;
    --dxp-style-c-padding-bottom: 4rem;
}

/* Order Detail Page */
[data-component-id="sldsFlexibleLayout-7648"] {
    --dxp-style-c-padding-top: 4rem;
    --dxp-style-c-padding-bottom: 4rem;
}

/* Printess Page */
[data-component-id="section-6297"] {
    padding: 0 !important;
}

.commerce_cart-item_item .description-name-label {
    font-size: 18px;
}

.commerce_cart-item_item .main_details_description_fields {
    margin-top: 10px;
}

dxp_base-text-block.component-wrapper-spacer.dxp_base-textBlock_textBlock-host { 
    position: relative; 
} 

commerce_builder-product-pricing.component-wrapper-spacer { 
    position: absolute; 
    top: 282px; 
}

commerce_product_details-product-attachments ul {
    display: grid;
}

.commerce-wishlistProductActions_wishlistProductActions button:first-child{
    display: none;
}

commerce-quantity-selector button{
    display: none !important;
}

commerce-quantity-selector input {
    pointer-events: none !important;;
}

commerce_unified_checkout-order-confirmation .order-confirmation-number {
    display: none;
}