/* Font and Master Importing / Styling */
@font-face {font-family: 'octosale';src: url('branding/Octosale.otf');}
@font-face {font-family: 'super-mindset';src: url('branding/super-mindset.ttf');}
html{z-index:0;font-family:'super-mindset'!important;font-weight:100!important;overflow-x:hidden;overflow-y:scroll;color:#8c2a2a!important}
body{width:100vw;width:100dvw;margin: 6rem 0 0 0;display:flex;flex-direction:column;justify-content:start;align-items:center;background-color:#ff8c8c;background-image:url(branding/StickerStopBG.svg);background-size:20rem;background-repeat:repeat;}

/* PayPal Injected Styling */
paypal-add-to-cart-button div div {justify-content:start;align-items:center;flex-direction:column;}
.buttonColorStyle {-webkit-text-stroke: 0px #8c2a2a;font-family:'super-mindset'!important;font-weight:normal!important;font-size:2rem!important;color:#8c2a2a!important;}
#cart-btn_icon{height:1rem;width:1rem;}
#cart-btn_count{transform: translateY(.07rem);}
paypal-cart-button button svg path {fill:#8c2a2a;}
paypal-cart-button {mix-blend-mode:normal!important;}
select {color:#8c2a2a!important;font-family:'super-mindset'!important;}
path {fill:#8c2a2a!important}
.addToCartButtonContainer{background-color:#8c2a2a!important;color:#ff8c8c!important;fill:#ff8c8c!important;}
.addToCartButtonContainer path{fill:#ff8c8c!important;}
select {border-color:#8c2a2a!important;}
.selected {outline-color:#8c2a2a!important;}
.selectContainer::after{border-color:transparent transparent #8c2a2a #8c2a2a!important;}
#cart-btn_icon{width:0;height:0;margin:0 0 0 0;visibility:hidden;}
#cart-btn{right:1rem;position:relative;background-image: url(branding/shoppingcart.svg);background-size: 2rem;background-repeat: no-repeat;background-position: 1.7rem .65rem;padding-left: 4rem;}
.returnbutton{border-radius: 0.25rem;line-height: 1.125rem;height: 3.125rem;display: flex;align-items: center;justify-content: center;padding-left: 1.719rem;padding-right: 1.719rem;border: none;cursor: pointer;width: 100%;width: 100%;margin-left:auto;margin-right:auto;
  max-width: 24.9375rem;margin-top:1rem;}
/* END PAYPAL STYLING */  

/* Header Styling */
.header{z-index:3;position:fixed;top:0;left:0;width:100%;height:6rem;background-color:#8c2a2a;transition: all 0.4s ease, passing 0.4s;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;}
.headericon{position:relative;left:1rem;z-index:4;height:4rem;width:10rem;background-image:url(branding/StickerStopShopTitle.svg);background-size:contain;background-repeat:no-repeat;}

/* Content Styling */
.content{height:auto;margin-left:auto;margin-right:auto;width:40rem;max-width:80%;}
.maintitle{filter:drop-shadow(0px 0px .5rem #8c2a2a);height:15dvh;min-width:100%;background-image:url(branding/StickerStopShopTitle.svg);background-size:contain;background-position:center;background-repeat:no-repeat;}
