/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Version: 4.13.6
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 10.9.1
Tested up to: 7.0
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */



/* Main website colors */
:root {
    --hype-bg: #050607;
    --hype-card: #0d0f12;
    --hype-card-light: #12151a;
    --hype-border: #2a2e34;
    --hype-text: #ffffff;
    --hype-muted: #9298a1;
    --hype-blue: #087df1;
    --hype-blue-hover: #2492ff;
}

/* Whole page */
body,
.single-product,
.woocommerce {
    background: var(--hype-bg);
    color: var(--hype-text);
}

/* Main content width */
.single-product .site-main,
.single-product main,
.single-product .content-area {
    max-width: 1380px;
    margin: 0 auto;
}

/* Product top section */
.single-product div.product {
    display: grid;
    grid-template-columns: minmax(400px, 580px) minmax(400px, 1fr);
    gap: 75px;
    align-items: start;
}

/* Product gallery */
.single-product div.product .woocommerce-product-gallery {
    width: 100%;
    margin: 0;
}

.single-product .woocommerce-product-gallery__wrapper {
    background: var(--hype-card);
    border: 1px solid var(--hype-border);
    border-radius: 14px;
    overflow: hidden;
}

.single-product .woocommerce-product-gallery img {
    width: 100%;
    display: block;
}

/* Product details */
.single-product div.product .summary {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
}

.woocommerce-breadcrumb {
    margin-bottom: 35px !important;
    color: var(--hype-muted) !important;
    font-size: 13px;
}

.woocommerce-breadcrumb a {
    color: #b8bdc5 !important;
    text-decoration: none;
}

.woocommerce-breadcrumb a:hover {
    color: var(--hype-blue) !important;
}

.single-product .product_title {
    color: var(--hype-text);
    font-size: 44px;
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 24px;
}

.single-product div.product p.price,
.single-product div.product span.price {
    color: var(--hype-text) !important;
    font-size: 32px !important;
    font-weight: 700;
    margin-bottom: 30px;
}

.single-product form.cart {
    display: flex;
    align-items: stretch;
    gap: 18px;
    padding: 30px 0;
    margin: 0 !important;
    border-top: 1px solid var(--hype-border);
    border-bottom: 1px solid var(--hype-border);
}

/* Quantity box */
.single-product form.cart .quantity {
    display: flex;
    align-items: center;
}

.single-product form.cart .qty {
    width: 85px;
    min-height: 52px;
    background: #090b0e;
    color: white;
    border: 1px solid var(--hype-border);
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}

/* Add to cart */
.single-product button.single_add_to_cart_button {
    min-height: 52px;
    padding: 0 42px !important;
    background: var(--hype-blue) !important;
    color: white !important;
    border: 0 !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: 0.25s ease;
}

.single-product button.single_add_to_cart_button:hover {
    background: var(--hype-blue-hover) !important;
    transform: translateY(-2px);
}

.single-product .product_meta {
    margin-top: 25px;
    color: var(--hype-muted);
    font-size: 13px;
}

.single-product .product_meta a {
    color: #d7dbe0;
    text-decoration: none;
}

.single-product .product_meta a:hover {
    color: var(--hype-blue);
}

/* WooCommerce tabs container */
.single-product .woocommerce-tabs {
    grid-column: 1 / -1;
    margin-top: 55px;
    padding: 35px;
    background: linear-gradient(
        135deg,
        var(--hype-card),
        #080a0d
    );
    border: 1px solid var(--hype-border);
    border-radius: 14px;
}

/* Tabs */
.single-product .woocommerce-tabs ul.tabs {
    margin: 0 0 30px !important;
    padding: 0 !important;
    border: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: 0 !important;
    margin: 0 25px 0 0 !important;
    padding: 0 !important;
}

.single-product .woocommerce-tabs ul.tabs li::before,
.single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

.single-product .woocommerce-tabs ul.tabs li a {
    color: var(--hype-muted) !important;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 12px !important;
}

.single-product .woocommerce-tabs ul.tabs li.active a {
    color: white !important;
    border-bottom: 2px solid var(--hype-blue);
}

.single-product #reviews {
    color: var(--hype-text);
}

.single-product #reviews h2,
.single-product #review_form_wrapper h3 {
    color: white;
    font-size: 22px;
}

.single-product #review_form textarea,
.single-product #review_form input[type="text"],
.single-product #review_form input[type="email"] {
    width: 100%;
    background: #080a0d;
    color: white;
    border: 1px solid var(--hype-border);
    border-radius: 4px;
    padding: 15px;
}

.single-product #review_form textarea {
    min-height: 130px;
}

.single-product #review_form textarea:focus,
.single-product #review_form input:focus {
    border-color: var(--hype-blue);
    outline: none;
}

.single-product #review_form input[type="submit"] {
    background: var(--hype-blue);
    color: white;
    border: 0;
    border-radius: 3px;
    padding: 14px 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.single-product #review_form input[type="submit"]:hover {
    background: var(--hype-blue-hover);
}

.woocommerce p.stars a {
    color: #e7a817 !important;
    font-size: 20px;
}

.single-product .related.products {
    grid-column: 1 / -1;
    margin-top: 65px;
}

.single-product .related.products > h2 {
    color: white;
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.single-product .related.products > h2::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    margin: 12px auto 0;
    background: var(--hype-blue);
}

.single-product .related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.single-product .related.products ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 18px;
    background: var(--hype-card);
    border: 1px solid var(--hype-border);
    border-radius: 12px;
    overflow: hidden;
    transition: 0.25s ease;
}

.single-product .related.products ul.products li.product:hover {
    transform: translateY(-6px);
    border-color: #41464f;
}

.single-product .related.products li.product img {
    margin: 0 0 16px !important;
    width: 100%;
}

.single-product .related.products li.product h2 {
    color: white !important;
    font-size: 16px !important;
    padding: 0 16px !important;
}

.single-product .related.products li.product .price {
    color: white !important;
    font-size: 15px !important;
    padding: 0 16px;
}

.single-product .related.products li.product .button {
    display: block;
    margin: 16px;
    padding: 13px;
    background: transparent !important;
    color: white !important;
    border: 1px solid var(--hype-border);
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.single-product .related.products li.product .button:hover {
    background: var(--hype-blue) !important;
    border-color: var(--hype-blue);
}

.single-product section,
.single-product .elementor-section,
.single-product .e-con {
    min-height: auto;
}

@media (max-width: 900px) {
    .single-product div.product {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .single-product .product_title {
        font-size: 34px;
    }

    .single-product form.cart {
        flex-wrap: wrap;
    }

    .single-product button.single_add_to_cart_button {
        flex: 1;
    }

    .single-product .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .single-product .site-main,
    .single-product main,
    .single-product .content-area {
        padding: 30px 18px;
    }

    .single-product .product_title {
        font-size: 29px;
    }

    .single-product .woocommerce-tabs {
        padding: 22px 18px;
    }

    .single-product .related.products ul.products {
        grid-template-columns: 1fr;
    }

    .single-product form.cart {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 12px;
    }

    .single-product button.single_add_to_cart_button {
        padding: 0 18px !important;
    }
}

/* =====================================================
   FULL-WIDTH WOOCOMMERCE SINGLE PRODUCT PAGE
===================================================== */

body.single-product {
    width: 100%;
    overflow-x: hidden;
}

/* Remove boxed width from common theme containers */
body.single-product .site,
body.single-product .site-content,
body.single-product .content-area,
body.single-product .site-main,
body.single-product main,
body.single-product .container,
body.single-product .container-fluid,
body.single-product .content-container,
body.single-product .site-container,
body.single-product .page-container,
body.single-product .elementor,
body.single-product .elementor-section-wrap,
body.single-product .elementor-location-single,
body.single-product .elementor-widget-wrap,
body.single-product .e-con,
body.single-product .e-con-inner {
    width: 100% !important;
    max-width: none !important;
}

/* Main WooCommerce product wrapper */
body.single-product div.product {
    width: 100% !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Product top area */
body.single-product div.product {
    padding-left: clamp(25px, 6vw, 120px);
    padding-right: clamp(25px, 6vw, 120px);
}

/* Reviews and related products */
body.single-product .woocommerce-tabs,
body.single-product .related.products {
    width: 100% !important;
    max-width: none !important;
}

/* =========================================================
   HYPE STUDIO — SINGLE PRODUCT PAGE
   Matches Home / About page dark colour style
========================================================= */

body.single-product {
    --hype-black: #030405;
    --hype-dark: #07090d;
    --hype-panel: #0b0e14;
    --hype-panel-2: #10141b;
    --hype-border: #242a34;
    --hype-white: #ffffff;
    --hype-text: #e9ebef;
    --hype-muted: #8f96a3;
    --hype-accent: #8f82ff;
    --hype-blue: #0c7ee8;

    background: var(--hype-black) !important;
    color: var(--hype-text) !important;
}

/* Remove default white areas */
body.single-product,
body.single-product #page,
body.single-product .site,
body.single-product .site-content,
body.single-product .content-area,
body.single-product .site-main,
body.single-product main {
    background: var(--hype-black) !important;
}

/* Main product content width */
body.single-product div.product {
    width: calc(100% - 80px) !important;
    max-width: 1480px !important;
    margin: 0 auto !important;
    padding: 80px 0 30px !important;

    display: grid !important;
    grid-template-columns: minmax(420px, 620px) minmax(420px, 1fr);
    column-gap: clamp(55px, 7vw, 120px);
    align-items: start;
}

/* =========================================================
   BREADCRUMB
========================================================= */

body.single-product .woocommerce-breadcrumb {
    grid-column: 1 / -1;
    color: var(--hype-muted) !important;
    font-size: 12px;
    margin-bottom: 35px !important;
}

body.single-product .woocommerce-breadcrumb a {
    color: #c9cdd5 !important;
    text-decoration: none;
}

body.single-product .woocommerce-breadcrumb a:hover {
    color: var(--hype-accent) !important;
}

/* =========================================================
   PRODUCT IMAGE
========================================================= */

body.single-product .woocommerce-product-gallery {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

body.single-product .woocommerce-product-gallery__wrapper {
    background:
        linear-gradient(
            145deg,
            var(--hype-panel-2),
            #07090d
        );
    border: 1px solid var(--hype-border);
    border-radius: 8px;
    overflow: hidden;
}

body.single-product .woocommerce-product-gallery img {
    width: 100% !important;
    display: block;
}

body.single-product
.woocommerce-product-gallery__trigger {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 50% !important;
}

/* =========================================================
   PRODUCT INFORMATION
========================================================= */

body.single-product div.product .summary {
    width: 100% !important;
    float: none !important;
    margin: 15px 0 0 !important;
    padding: 0 !important;
}

body.single-product .product_title {
    color: var(--hype-white) !important;
    font-size: clamp(38px, 4vw, 58px) !important;
    line-height: 1.05 !important;
    font-weight: 800 !important;
    letter-spacing: -1.5px;
    margin: 0 0 25px !important;
}

body.single-product div.product p.price,
body.single-product div.product span.price {
    color: var(--hype-white) !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 32px !important;
}

/* Short description */
body.single-product
.woocommerce-product-details__short-description {
    color: var(--hype-muted);
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* =========================================================
   CART AREA
========================================================= */

body.single-product form.cart {
    display: flex !important;
    align-items: stretch;
    gap: 18px;
    padding: 30px 0 !important;
    margin: 0 !important;
    border-top: 1px solid var(--hype-border);
    border-bottom: 1px solid var(--hype-border);
}

/* Quantity */
body.single-product form.cart .quantity {
    margin: 0 !important;
}

body.single-product form.cart input.qty {
    width: 92px !important;
    height: 54px !important;
    background: var(--hype-dark) !important;
    color: var(--hype-white) !important;
    border: 1px solid var(--hype-border) !important;
    border-radius: 2px !important;
    text-align: center;
    font-weight: 600;
}

/* Add to cart */
body.single-product
button.single_add_to_cart_button {
    min-height: 54px !important;
    padding: 0 42px !important;
    background: var(--hype-white) !important;
    color: #050607 !important;
    border: 1px solid var(--hype-white) !important;
    border-radius: 2px !important;

    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: 0.25s ease;
}

body.single-product
button.single_add_to_cart_button:hover {
    background: transparent !important;
    color: var(--hype-white) !important;
    border-color: var(--hype-accent) !important;
    transform: translateY(-2px);
}

/* Product metadata */
body.single-product .product_meta {
    margin-top: 25px !important;
    color: var(--hype-muted) !important;
    font-size: 12px;
}

body.single-product .product_meta a {
    color: var(--hype-text) !important;
    text-decoration: none;
}

body.single-product .product_meta a:hover {
    color: var(--hype-accent) !important;
}

/* =========================================================
   PRODUCT TABS / REVIEWS
========================================================= */

body.single-product .woocommerce-tabs {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin-top: 80px !important;
    padding: 40px !important;

    background:
        linear-gradient(
            145deg,
            var(--hype-panel),
            #080a0e
        ) !important;

    border: 1px solid var(--hype-border);
    border-radius: 8px;
}

/* Tab menu */
body.single-product
.woocommerce-tabs ul.tabs {
    padding: 0 !important;
    margin: 0 0 32px !important;
    border: 0 !important;
}

body.single-product
.woocommerce-tabs ul.tabs::before {
    display: none !important;
}

body.single-product
.woocommerce-tabs ul.tabs li {
    background: transparent !important;
    border: 0 !important;
    margin: 0 30px 0 0 !important;
    padding: 0 !important;
}

body.single-product
.woocommerce-tabs ul.tabs li::before,
body.single-product
.woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

body.single-product
.woocommerce-tabs ul.tabs li a {
    color: var(--hype-muted) !important;
    padding: 0 0 13px !important;
    font-size: 13px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body.single-product
.woocommerce-tabs ul.tabs li.active a {
    color: var(--hype-white) !important;
    border-bottom: 2px solid var(--hype-accent);
}

/* Review heading */
body.single-product #reviews h2,
body.single-product #review_form_wrapper h3,
body.single-product .woocommerce-tabs h2 {
    color: var(--hype-white) !important;
    font-size: 24px;
    font-weight: 700;
}

/* Review secondary text */
body.single-product #reviews,
body.single-product #reviews p,
body.single-product #reviews label {
    color: var(--hype-muted);
}

/* Stars */
body.single-product .woocommerce p.stars a {
    color: #e5ad26 !important;
    font-size: 21px;
}

/* Review inputs */
body.single-product #review_form textarea,
body.single-product #review_form input[type="text"],
body.single-product #review_form input[type="email"] {
    width: 100%;
    background: #07090d !important;
    color: var(--hype-white) !important;
    border: 1px solid var(--hype-border) !important;
    border-radius: 2px !important;
    padding: 15px !important;
}

body.single-product #review_form textarea {
    min-height: 145px;
}

body.single-product #review_form textarea:focus,
body.single-product #review_form input:focus {
    outline: none !important;
    border-color: var(--hype-accent) !important;
}

/* Submit review */
body.single-product
#review_form input[type="submit"] {
    background: var(--hype-blue) !important;
    color: var(--hype-white) !important;
    border: 0 !important;
    border-radius: 2px !important;
    padding: 14px 28px !important;
    font-weight: 800 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* =========================================================
   RELATED PRODUCTS
========================================================= */

body.single-product .related.products {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin-top: 90px !important;
}

body.single-product .related.products > h2 {
    color: var(--hype-white) !important;
    text-align: center;
    font-size: 32px !important;
    font-weight: 800 !important;
    margin-bottom: 45px !important;
}

body.single-product .related.products > h2::after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: var(--hype-accent);
    margin: 14px auto 0;
}

/* Product grid */
body.single-product
.related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

/* Product card */
body.single-product
.related.products ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 18px !important;

    background: var(--hype-panel) !important;
    border: 1px solid var(--hype-border);
    border-radius: 6px;
    overflow: hidden;
    transition: 0.25s ease;
}

body.single-product
.related.products ul.products li.product:hover {
    transform: translateY(-6px);
    border-color: #454d5a;
    background: var(--hype-panel-2) !important;
}

body.single-product
.related.products li.product img {
    width: 100%;
    margin: 0 0 16px !important;
}

body.single-product
.related.products li.product h2 {
    color: var(--hype-white) !important;
    font-size: 16px !important;
    padding: 0 16px !important;
    margin-bottom: 8px !important;
}

body.single-product
.related.products li.product .price {
    color: var(--hype-white) !important;
    font-size: 14px !important;
    padding: 0 16px;
}

body.single-product
.related.products li.product .button {
    display: block !important;
    margin: 16px !important;
    padding: 13px 14px !important;

    background: transparent !important;
    color: var(--hype-white) !important;
    border: 1px solid var(--hype-border) !important;
    border-radius: 2px !important;

    text-align: center;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

body.single-product
.related.products li.product .button:hover {
    background: var(--hype-white) !important;
    color: #050607 !important;
    border-color: var(--hype-white) !important;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1000px) {
    body.single-product div.product {
        width: calc(100% - 50px) !important;
        grid-template-columns: 1fr !important;
        row-gap: 45px;
        padding-top: 55px !important;
    }

    body.single-product
    .woocommerce-product-gallery {
        max-width: 680px;
        margin: 0 auto !important;
    }

    body.single-product div.product .summary {
        max-width: 680px;
        margin: 0 auto !important;
    }

    body.single-product
    .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    body.single-product div.product {
        width: calc(100% - 32px) !important;
        padding-top: 35px !important;
    }

    body.single-product .product_title {
        font-size: 34px !important;
    }

    body.single-product form.cart {
        display: grid !important;
        grid-template-columns: 95px 1fr;
        gap: 12px;
    }

    body.single-product
    button.single_add_to_cart_button {
        padding: 0 15px !important;
    }

    body.single-product .woocommerce-tabs {
        padding: 24px 18px !important;
        margin-top: 55px !important;
    }

    body.single-product
    .related.products ul.products {
        grid-template-columns: 1fr;
    }
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-Price-amount.amount {
  color: #fff !important;
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-Price-amount.amount {
  color: #fff !important;
}

/* Chrome, Edge, Safari */
body.single-product input.qty::-webkit-inner-spin-button,
body.single-product input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
body.single-product input.qty {
    -moz-appearance: textfield;
    appearance: textfield;
}