/*
Theme Name: dm
Theme URI: https://opencollective.com/dm
Author: Bryan Hadaway
Author URI: https://opencollective.com/dm#section-contributors
Description: Donate: https://opencollective.com/dm. Learn: https://dm.me/. dm is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/bhadaway/dm/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2024.2
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: dm

dm WordPress Theme 2011-2024
dm is distributed under the terms of the GNU GPL
*/

/*
Theme Name: Dankmates
Theme URI: 
Author: A+L Development
Author URI: https://www.aplusldevelopment.com
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dankmates
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
/* #### Generated By: http://font.download #### */

@font-face {
font-family: 'Futura Book';
font-style: normal;
font-weight: normal;
src: local('Futura Book'), url('../fonts/FuturaCyrillicBook.woff') format('woff');
}


@font-face {
font-family: 'Futura Light';
font-style: normal;
font-weight: normal;
src: local('Futura Light'), url('../fonts/FuturaCyrillicLight.woff') format('woff');
}


@font-face {
font-family: 'Futura Medium';
font-style: normal;
font-weight: normal;
src: local('Futura Medium'), url('../fonts/FuturaCyrillicMedium.woff') format('woff');
}


@font-face {
font-family: 'Futura Demi';
font-style: normal;
font-weight: normal;
src: local('Futura Demi'), url('../fonts/FuturaCyrillicDemi.woff') format('woff');
}


@font-face {
font-family: 'Futura Heavy';
font-style: normal;
font-weight: normal;
src: local('Futura Heavy'), url('../fonts/FuturaCyrillicHeavy.woff') format('woff');
}


@font-face {
font-family: 'Futura Bold';
font-style: normal;
font-weight: normal;
src: local('Futura Bold'), url('../fonts/FuturaCyrillicBold.woff') format('woff');
}


@font-face {
font-family: 'Futura Extra Bold';
font-style: normal;
font-weight: normal;
src: local('Futura Extra Bold'), url('../fonts/FuturaCyrillicExtraBold.woff') format('woff');
}


:root {
    --black: #000;
    --white: #fff;
    --yellow: #E4FF3C;
    --gray: #cad5d8;
    --bright-red: #EE230F;
    --red: #dd131c;
    --pink: #ff4747;
    --salmon: #FF2D37;
    --green: #0bff4f;
    --light-blue: #71F4FF;
    --blue: #2e66d3;
    --eagles: #034a35;
    --latte: #E3DFD1;
    --border-radius: 2rem;
    font-size: 62.5%;
}
html, body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #f5f5f5;
    padding: 0;
    margin: 0;
    background-color: var(--white);
    overflow-x: hidden;
    font-size: 1.6rem;
    min-height: 100vh;
}
* {
    font-family: 'DM Sans', sans-serif;
    position: relative;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}


.is-hidden {
    display: none !important;
}

.icon { zoom: .25; }

.strain-tag--hybrid {
    --background-color: var(--red);
    --color: var(--white);
}
.strain-tag--indica {
    --background-color: var(--black);
    --color: var(--white);
}
.strain-tag--sativa {
    --background-color: #FFEAEA;
    --color: var(--red);
}
.strain-tag--blue {
    --background-color: #64F6FF;
    --color: var(--black);
}
.strain-tag {
    font-size: 1rem;
    color: var(--color);
    border-radius: .25rem;
    padding: 2px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    background-color: var(--background-color);
}


.bg-red { background-color: var(--red); }
.bg-bright-red { background-color: var(--bright-red); }
.bg-black { background-color: var(--black); }
.bg-white { background-color: var(--white); }
.bg-green { background-color: var(--green); }
.bg-light-blue { background-color: var(--light-blue); }
.bg-blue { background-color: var(--blue); }
.bg-eagles { background-color: var(--eagles); }
.bg-gray { background-color: var(--gray); }
.bg-latte { background-color: var(--latte); }
.bg-salmon { background-color: var(--salmon); color: var(--white); }
.bg-grad-gray {
    background: rgb(135,136,148);
    background: linear-gradient(0deg, rgba(135,136,148,1) 0%, rgba(43,45,66,1) 100%);
}
.bg-vape {
    background-image: url(../images/smoke-top.svg);
    background-position: 110% -110px;
    background-size: 268px;
    background-repeat: no-repeat;
    margin-bottom: calc(70% - 140px);
    min-height: 220px;
    padding-top: 1rem;
}
.bg-vape:after {
    content: '';
    display: block;
    width: 107%;
    position: absolute;
    top: calc(100% - 89px);
    left: -5%;
    background-image: url(../images/smoke-bottom.png);
    height: 248px;
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
}
.bg-backwoods { 
    background-image: url(../images/bg-backwoods.jpg);
    background-position: left center;
    background-size: cover;
    min-height: 540px;
}
.bg-cookies { 
    background-image: url(../images/bg-cookies.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}
.bg-welcome {
    background-color: #CE0006;
}

.text-bright-red { color: var(--bright-red) !important; }
.text-red { color: var(--red) !important; }
.text-black { color: var(--black) !important; }
.text-white { color: var(--white) !important; }
.text-green { color: var(--green) !important; }
.text-blue { color: var(--blue) !important; }
.text-light-blue { color: var(--light-blue) !important; }
.text-eagles { color: var(--eagles) !important; }
.text-gray { color: var(--gray) !important; }
.text-yellow { color: var(--yellow) !important; }

.behind {
    z-index: -1;
    padding-top: var(--border-radius);
    padding-bottom: var(--border-radius);
    margin-top: calc(var(--border-radius) * -1);
    margin-bottom: calc(var(--border-radius) * -1);
}
.behind-top {
    z-index: -1;
    padding-top: var(--border-radius);
    margin-top: calc(var(--border-radius) * -1);
}
.behind-bottom {
    z-index: -1;
    padding-bottom: calc(var(--border-radius));
    margin-bottom: calc(var(--border-radius) * -1);
}

.pad {
    padding: 15px !important;
}
.pad-inline {
    padding-inline: 15px !important;
    padding-block: 0 !important;
}
.pad-block {
    padding-block: 15px !important;
    padding-inline: 0 !important;
}
.nopad {
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
.nopad-inline {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.nopad-block {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.nopad-top {
    padding-top: 0 !important;
}
.nopad-bottom {
    padding-bottom: 0 !important;
}

.rounded {
    border-radius: var(--border-radius);
    min-height: calc(var(--border-radius) * 2);
}
.rounded-top {
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}
.rounded-bottom {
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    max-width: 480px;
    z-index: 1;
}

.landing-slide {
    height: 190px;
}
.landing-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.slick-dots {
    display: flex;
    list-style-type: none;
    position: absolute;
    justify-content: center;;
    bottom: 1.2rem;
    padding: 0;
    gap: 10px;
    left: 50%;
    transform: translate(-50%, -15px);
}
.slick-dots li.slick-active button:before {
    color: var(--green);
}
.product-images .slick-dots li.slick-active button:before {
    color: var(--white);
}
.product-images .slick-dots {
    bottom: 1rem;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}


.tray {
    background-color: #fff;
}
.see-all {
    color: var(--black);
    background-color: var(--white);
    display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    padding: .5em 1.3em;
    border-radius: 50ch;
    border: 1px solid #dadada;
    justify-self: flex-end;
    margin-left: auto;
}
.see-all:hover {
    border: 1px solid var(--red);
}
.back-to-top {
    color: var(--black);
    display: inline-block;
    font-size: 1.1rem;
    font-weight: bold;
    padding: .8em 1.3em;
    padding-right: calc(1.2rem + 1.6em);
    border-radius: 50ch;
    border: 1px solid #dadada;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
}
.back-to-top:hover {
    border: 1px solid var(--red);
}
.back-to-top::after {
    content: '';
    background-image: url(../images/arrow-up-red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    position: absolute; 
    top: 50%;
    right: .8em;
    transform: translateY(-50%);
}

.footer {
    text-align: center;
    padding: 40px 15px;
}
.product-listing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.product-listing .product-tile {
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: none;
    width: 100%;
    border-radius: 0;
}
.product-listing .product-tile:nth-child(odd) {
    border-right: 1px solid #dcdcdc;
}/* Select the second-to-last child */
.product-listing .product-tile:nth-last-child(2),
.product-listing .product-tile:nth-last-child(1) {
    border-bottom: 0;
}
.category-listing {
    padding: 25px 0;
    overflow: hidden;
}
.category-pill {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 7px;
    height: 2.5rem;
    gap: 3px;
    font-size: 1.2rem;
    font-weight: bold;
    background: #FFFFFF;
    border: 2px solid #DCDCDC;
    box-shadow: 0px 2px 2px rgba(116, 130, 136, 0.2);
    border-radius: .8rem;
    white-space: nowrap;
    align-items: center;
    margin: 0 5px;
}
.product-tile {
    background-color: var(--white);
    width: 10.5rem;
    display: block;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
    overflow: hidden;
    margin-bottom: 4px;
    margin-right: 10px;
    font-size: 1rem;
    color: #5D5E5C;
}
.product-tile-header, 
.product-tile-body {
    padding: 10px;
}
.product-tile-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--black);
}
.product-tile-price {
    font-weight: bold;
    color: var(--black);
}
.sale {
    color: var(--red) !important;
}
.sale span {
    text-decoration: line-through;
    color: #5D5E5C !important;
}

.section-header {
    margin-block: 2rem;
    font-size: 2.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.section-subtitle {
    margin-bottom: 1rem;
}

.countdown {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: .8em 0;
}

.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.landing-header {
    display: flex;
    padding: 1rem;
    justify-content: space-between;
    align-items: center;
}
.landing-header-address {
    color: var(--white);
    font-size: 1rem;
    font-weight: bold;
    margin-right: auto;
}
.landing-header-notifications {
    cursor: pointer;
}
.landing-header-notifications.is-active::after {
    content: '';
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: var(--green);
    display: block;
    position: absolute; 
    top: 0;
    right: -5px;
}
.landing-header-menu {
    cursor: pointer;
    display: flex;
    margin-left: auto;
    gap: 25px;
}

.landing-search {
    padding: 1rem .5rem;
}
.landing-search-input {
    height: 4rem;
    border-radius: 50ch;
    background-color: var(--white);
    width: 100%;
    line-height: 40px;
    font-size: 1.4rem;
    border: 0;
    padding: 0 2rem 0 3.5rem;
}
.landing-search-submit {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    width: 51px;
    height: 53px;
    background-image: url(../images/magnifier.svg);
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.landing-category-slider {
    margin-bottom: 2rem;
}
.landing-category {
    display: block;
    margin-top: 20px;
    margin-right: 15px;
}
.landing-category-circle {
    width: 7rem;
    height: 7rem;
    background-color: var(--pink);
    border-radius: 50%;
    overflow: visible;
    clip-path: inset(-9999px 0 0 0); 
}
.landing-category:hover .landing-category-circle {
    background-color: var(--white);
}
.landing-category-image {
    width: 7.5rem;
    height: 7.5rem;
    max-width: none;
    display: block;
    object-fit: contain;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.landing-category-title {
    text-align: center;
    color: var(--white);
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 15px;
    overflow: hidden;
    max-width: 7rem;
    text-overflow: ellipsis;
}

.sparks {
    padding: 2rem 1.5rem;
}
.sparks-balance {
    display: flex;
    justify-content: space-between;
}
.sparks-points {
    font-size: 2.2rem;
    font-weight: bold;
    margin-right: 1rem;
}
.sparks-redeem {
    background-color: var(--green);
    color: var(--black);
    font-size: 1.2rem;
    font-weight: bold;
    padding: .6rem 1rem;
    border-radius: 50ch;
}
.sparks-title {
    font-size: 1.2rem;
}
.sparks-meter-index {
    position: absolute;
}
.sparks-meter-track {
    position: absolute;
    z-index: 2;
    display: block;
    border-radius: 50ch;
    width: 100%;
    height: .6rem;
    left: 0;
    background-color: #e2e6e7;
}
.sparks-meter-guage {
    position: absolute;
    z-index: 3;
    display: block;
    border-radius: 50ch;
    width: 50%;
    height: .6rem;
    left: 0;
    background-color: var(--red);
}
.sparks-meter {
    display: flex;
    justify-content: space-between;
    margin-top: 2.2rem;
    margin-bottom: 1rem;
    padding-inline: .6rem;
}
.sparks-meter-index {
    width: 30px;
    height: 20px;
    display: block;
    background-image: url(../images/triangle-down-red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -2.6rem;
    left: 50%;
    transform: translateX(-50%);
}
.sparks-meter-node {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    transform: translateY(calc(-50% + .3rem));
    background-color: #e2e6e7;
    border-radius: 50%;
    z-index: 4;
    border: 2px solid transparent;
}
.sparks-meter-node.is-active {
    background-color: var(--red);
    color: var(--red);
    border: 2px solid var(--white);
}
.sparks-meter-node-label {
    position: absolute; 
    top: 100%;
    left: 50%;
    font-size: 1rem;
    font-weight: bold;
    transform: translateX(-50%);
    margin-top: .3rem;
}
.card {
    overflow: hidden;
    box-shadow: 0 10px 30px 0 rgba(0,0,0, .15);
    margin-bottom: 1.5rem;
    font-size: 1rem;
    padding-bottom: .8rem;
}
.card-icon {
    width: 4.3rem;
    object-fit: contain;
}
.card-details {
    padding: .8rem 1.5rem;
    display: flex;
    gap: 1.5rem;
}
.card-header {
    margin-bottom: .8rem;
}
.card-title {
    font-size: 1.2rem;
    font-weight: bold
}
.card-add {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    border: 1px solid #dcdcdc;
}

.product-slider {
    margin-bottom: 3rem;
}
.bg-vape .section-header {
    margin-top: 4rem;
}
.bg-vape .product-slider:last-child {
    margin-bottom: 0;
    margin-top: 0;
}
.backwoods {
    padding-top: 80px;
}
.backwoods .section-header {
    margin-bottom: 60px;
}
.list-slider .slick-list {
    padding-left: 1px;
}
.block-list {
    background-color: var(--white);
    border-radius: var(--border-radius);
    box-shadow: 0 10px 20px 0 rgba(0,0,0, .08);
    border: 1px solid #C2CFD4;
    display: flex;
    padding-inline: 1rem;
    flex-direction: column;
    margin-right: 15px;
    margin-block: 1rem 3rem;
}
.block-list-item {
    display: flex;
    gap: 1rem;
    padding: 1rem 1rem 1rem .5rem;
    align-items: center;
    border-bottom: 1px solid #c2cfd4;
    font-size: 1.2rem;
    font-weight: bold;
}
.block-list-image {
    width: 190px;
    height: 190px;
    object-fit: contain;
    border-radius: var(--border-radius);
}
.block-list-item:last-child {
    border-bottom: 0;
}
.block-list-tag {
    position: absolute;
    top: -1rem;
    font-size: .8rem;
    font-weight: bold;
}

.shadow-bottom-blue {
    box-shadow: 0 .9rem 1.2rem #0042C5;
    clip-path: inset(0 0 -9999px 0); 
}
.shadow-top-orange {
    box-shadow: 0 -.8rem 1.5rem #FF8E51;
    clip-path: inset(-9999px 0 0 0); 
}

.we-got-joints {
    padding: 1.5rem 1rem;
}

.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    box-shadow: 0 10px 20px 0 rgba(0,0,0, .08);
    clip-path: inset(0 0 -9999px 0); 
}
.nav .landing-header-address {
    color: var(--black);
}
.category {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 1rem;
    padding-bottom: 0;
    background-color: #ececec;
    border-radius: 20px;
    margin-bottom: 1rem;
}
.category-title {
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--black);
}
.category-image {
    height: 265px;
    object-fit: contain;
}
.products {
    color: var(--white);
    padding-block: 40px;
}
.slick-slide.product-image img {
    display: inline-block;
}


.go-back {
    position: absolute; 
    top: 20px;
    left: 20px;
}
.back-button {
    background-color: var(--black);
    width: 3.4rem;
    height: 3.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100ch;
    cursor: pointer;

}
.back-button--light {
    background-color: rgba(255,255,255,0.2);
}
.back-button--blue {
    background-color: #5fdcff;
}
.back-button img {
    display: block;
}

.btn-no-thanks {
    background-color: var(--white);
    color: #413B3B;
    font-size: 1.6rem;
    font-weight: bold;
    padding-block: .8em;
    text-align: center;
    border-radius: 100vh;
    display: block;
    margin-bottom: .8em;
    margin-top: -15px;
}
.btn-see-gifts {
    color: var(--white);
    font-size: 1.6rem;
    font-weight: bold;
    padding-block: .8em;
    text-align: center;
    display: block;
    padding-bottom: 80px;
    text-decoration: underline;
}



.product-images {
    padding: 50px 0;
}
.product-image {
    text-align: center;
}
.product-header {
    display: flex;
    justify-content: space-between;
    margin: 1.4rem 0;
    align-items: flex-end;
}
.product-details {
    font-size: 1.2rem;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.product-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.4rem 0;
}
.product-add-to-cart-button {
    border-radius: 100ch;
    background-color: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    width: 20rem;
    height: 3.7rem;
    font-size: 1.4rem;
    cursor: pointer;
}
.product-options {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.product-option {
    color: #C9CBEA;
    border: 1px solid #34435E;
    border-radius: 8px;
    width: 100%;
    padding: 8px;
    cursor: pointer;
}
.product-option:hover {
    border: 1px solid var(--red);
}
.product-option.is-active {
    border: 1px solid var(--red);
    color: var(--white);
}
.product-option.is-active::after {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    width: .6rem;
    height: .6rem;
    background-color: var(--red);
    border-radius: 50%;
    border: 1px solid var(--black);
    box-shadow: 0 0 0 1px var(--red);
}
.product-option-details {
    font-size: 1rem;
}
.product-option-price {
    font-size: 1.2rem;
}
.product-qty {
    border: 1px solid #34435E;
    border-radius: 100ch;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.7rem;
    padding-inline: 1.5rem 3rem;
    color: #C9CBEA;
}
.product-cta {
    margin: 1.4rem 0;
    padding: 1.4rem 0;
    font-size: 1.3rem;
    text-align: center;
    border-top: 1px solid #34435E;
    border-bottom: 1px solid #34435E;
}
.delivery-icon { margin-right: 15px; display: inline-block; }
.product-about-header {
    font-size: 1.6rem;
}
.product-about-text {
    font-size: 1.4rem;
    margin: 1.4em 0;
}
.product-also {
    margin: 20px 0;
}
.product-tags,
.product-tags-listing {
    margin: 20px 0;
}
.product-tags .strain-tag {
    font-size: 1rem;
    color: var(--black);
    font-weight: normal;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-inline: 5px;
}
.also {
    border-radius: 20px;
    background-color: #2b2d42;
    padding: 15px;
    margin: 10px 0;
}

.scrolling-header {
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    display: none;
    z-index: 10;
    justify-content: space-between;
    background-color: var(--white);
}
.gift-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gift-item {
    background-color: rgba(255,255,255, .2);
    border-radius: .8rem;
    padding: 15px;
    margin-bottom: 15px;
    color: var(--white);
    font-size: 1rem;
}
.gift-item.gift-item--blue {
    background-color: #BAFFFF;
    color: var(--black);
}
.gift-header {
    font-size: 2.6rem;
    color: var(--white);
    font-weight: bold;
    padding-top: 100px !important;
}
.bakery-header {
    text-align: center;
}
.bakery-text {
    text-align: center;
    font-size: 1.2rem;
}
.gift-text {
    font-size: 1.2rem;
    color: var(--white);
}
.gift-item__image {
    width: 11.7rem;
    height: 11.7rem;
    object-fit: contain;
}
.gift-item__title {
    font-size: 1.3rem;
    font-weight: bold;
}
.gift-item__type {
    margin-block: 7px;
}
.gift-item--blue .gift-item__type {
    color: #08A1B0;
    font-size: 1rem;
}
.gift-item--blue .gift-item__add {
    background-color: var(--bright-red);
    color: var(--white);
}
.gift-item__add {
    font-size: 1.2rem;
    background-color: var(--white);
    padding-block: .8rem;
    border-radius: .5rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    display: block;
    color: var(--bright-red);
    margin-top: 10px;
}
.gift-button {
    background-color: var(--white);
    color: var(--red);
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 100vh;
    padding: .8rem 1rem;
}
.cart-dropdown__header {
    padding-block: 2rem;
}
.cart-dropdown__listing-header {
    font-size: 1.5rem;
    font-weight: bold;
}
.cart-dropdown__gift {
    background-color: #F3F0F0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-block: 1.4rem;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 2rem;
}
.cart-dropdown__cta {
    background-color: var(--red);
    color: var(--white);
    font-size: 1.2rem;
    text-align: center;
    padding-block: .8rem;
    margin-bottom: 1rem;
}
.cart-dropdown__listing {
}
.welcome-logo { 
    width: 80px;
    display: block;
    margin: 0 auto;
}
.cart-items {
}
.cart-item {
    display: flex;
    gap: .8rem;
    border-bottom: 1px solid #e3e3e3;
    padding-block: 2rem;
    font-size: 1.2rem;
    font-weight: bold;
    width: 100%;
}
.cart-item__details {
    width: 100%;
}
.cart-item__image {
    width: 6.2rem;
    height: 6.2rem;
    object-fit: contain;
}
.cart-item__title {
    font-size: 1.4rem;
}
.cart-item__quantity-dropdown {
    font-size: 1.2rem;
    border: 1px solid #D5D5D5;
    border-radius: 100vh;
    padding: 6px 24px 6px 12px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.cart-item__quantity-dropdown::after {
    content: '';
    width: .65rem;
    height: .85rem;
    display: block;
    top: 50%;
    right: 5px;
    position: absolute;
    transform: translateY(-30%);
    background-image: url(../images/chevron-down-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.checkout-button {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    border-radius: 100ch;
    font-size: 1.6rem;
    background-color: var(--red);
    color: var(--white);
}
.cart-item {
    display: flex;
    align-items: flex-start;
}
.order-confirm {
    font-size: 1.6rem;
    font-weight: bold;
}
.order-title {
    margin-block: 1em;
}
.order-number {
    color: var(--bright-red);
}
.order-tip {
    color: #5B5454;
    font-size: 13px;
    margin-left: 2.3rem;
    margin-top: 1rem;
    font-weight: normal;
}
.cart-dropdown__header {
    display: flex;
    justify-content: space-between;
}

.box-shadow-glow-bottom {
    box-shadow: 0 0 1.4rem .75rem rgba(0,0,0,.08);
}
.box-shadow-glow-top {
    box-shadow: 0 0 1.4rem .75rem rgba(0,0,0,.08);
}
.progress-bar {
    background-color: rgba(0,0,0,.15);
    height: .6rem;
    width: 100%;
}
.progress-bar-fill {
    background-color: #FF202A;
    height: 100%;
    width: var(--fill-width);
    border-top-right-radius: 50ch;
    border-bottom-right-radius: 50ch;
}
.fill-0 { --fill-width: 0%; }
.fill-20 { --fill-width: 20%; }
.fill-40 { --fill-width: 40%; }
.fill-60 { --fill-width: 60%; }
.fill-80 { --fill-width: 80%; }
.fill-100 { --fill-width: 100%; }
.signup-header {
    display: block; 
    text-align: center; 
    font-size: 3.6rem; 
    margin: 3rem 0 2rem;
    font-family: 'futura-pt-condensed', sans-serif;
    font-weight: 800;
}
.signup-map {
    min-height: 250px;
}
.signup-input-address {
    border-radius: 50ch;
    width: 100%;
    height: 4.45rem;
    font-size: 1.3rem;
    line-height: 4.45rem;
    padding-inline: 1.8rem 4rem;
    border: 1px solid #cecece;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    z-index:5;
}
.signup-input-address:focus-visible {
    border-color: #00b131;
    outline: none;
}
.circle-x-black-small {
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    cursor: pointer;
    background-image: url(../images/circle-x-black.svg);
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.4rem;
    z-index: 5;
}
.button {
    font-size: 1.4rem;
    display: inline-block;
    min-width: 60%;
    border-radius: 50ch;
    line-height: 4.3rem;
    padding-inline: 1.8rem;
    height: 4.3rem;
    text-align: center;
    cursor: pointer;
    color: var(--black);
    border: 0;
    text-decoration: none;
}
.button--black {
    background-color: var(--black);
    color: var(--white);
}
.button--wide {
    display: block;
}
.signup-continue {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.address-response {
    padding-top: var(--border-radius);
    width: calc(100% + 30px);
    left: -15px;
    bottom: -15px;
    margin-top: calc(var(--border-radius) * -1);
    background-color: var(--white);
}
.address-response-text {
    padding: 1.4rem 0;
    text-align: center;
    border-top: 1px solid green;
    border-bottom: 1px solid green;
    background-color: #E2FEEA;
    font-size: 1.25rem;
}
.address-remote {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    background-color: #FFECEC;
}


.welcome {
    text-align: center;
    padding-top: 3rem;
    padding-inline: 2rem;
    color: var(--white);
}
.welcome-header {
    display: block; 
    text-align: center; 
    font-size: 3.6rem; 
    margin: 3rem 0 2rem;
    font-family: 'futura-pt-condensed', sans-serif;
    font-weight: 800;
}
.welcome-logo { 
    /* margin-bottom: 3rem; */
}
.welcome-text {
    color: var(--white);
    font-size: 1.2rem;
    padding: 2rem 3.9rem 4rem;
}
.welcome-login-link {
    color: var(--white);
    cursor: pointer;
}

.form--login .button {
    margin-top: 3rem;
}
.form--signup {
    margin-block: 3rem;
}
.form-fields {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}
.cols {
    display: grid;
    grid-template-columns: repeat(var(--grid-cols, 1), 1fr);
    gap: 0 1.4rem;
}
.cols--2 {
    --grid-cols: 2;
}
.form-input {
    background-color: #E62C34;
    border-radius: var(--input-radius, 50ch);
    height: 4.3rem;
    line-height: 4.3rem;
    color: var(--white);
    padding-inline: 1.8rem;
    width: 100%;
    border: 0;
    font-size: 1.3rem;

}
.form-input::placeholder {
    color: var(--white);
    opacity: 1;
  }

.form-input::-ms-input-placeholder {
    color: var(--white);
}
.form-input--single {
    --input-radius: .4rem;
    height: 5.6rem;
    font-size: 36px;
    font-family: 'futura-pt-condensed', sans-serif;
    font-weight: 800;
    padding-inline: 0;
    text-align: center;
}
.form-info {
    color: #FF9090;
    font-size: 1rem;
    line-height: 1.4rem;
    padding-block: .5rem;
}
.forgot-password-area {
    margin-block: 2rem;
    font-size: 1.3rem;
}
.forgot-password-area a {
    color: var(--white);
    text-decoration: underline;
}
.form-confirm {
    background-color: #B90007;
    border: 1px solid #E62C34;
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 1rem;
    text-align: left;
    padding: .5rem;
    margin-block: 1.8rem;
}
.button--white {
    background-color: var(--white);
    color: var(--black);
}
.cols--6 {
    --grid-cols: 6;
    gap: .6rem;
}
.terms-text {
    color: #b0b0b0;
    font-size: 1.1rem;
    text-align: left;
    margin-bottom: 3rem;
}

.bottom-bg {
    display: flex;
    align-items: flex-end;
}
.bg-cats {
    z-index: -1;
}
.form-message {
    display: none;
    margin-bottom: 1.8rem;
    padding: .5rem 1.8rem;
    text-align: left;
    font-size: 1rem;
    font-weight: bold;
    background-color: var(--white);
    color: var(--black);
}
.form-message--error {
    color: var(--red);
}
@media (min-width: 420px) {
    :root {
        font-size: 100%;
    }
    .icon {
        zoom: .4;
    }
    .bg-backwoods { 
        min-height: 640px;
    }
    .backwoods .section-header {
        margin-bottom: 40px;
    }
    .landing-slide {
        height: 240px;
    }
}
