/** Shopify CDN: Minification failed

Line 77:6 Expected identifier but found whitespace
Line 77:8 Unexpected "{"
Line 77:17 Expected ":"
Line 77:40 Expected ":"
Line 78:19 Expected identifier but found "{"
Line 78:20 Unexpected "{"
Line 78:29 Expected ":"

**/
/* ==========================================================================
   Doois Custom CSS v1.0
   ========================================================================== */

/**
 * This documentation has been created to provide you with all the customized CSS rules needed to create a unique and visually appealing Shopify store for your clients. Our  * team has worked hard to ensure that the CSS rules are optimized for your theme and provide a seamless user experience for your customers.

 * In this documentation, you will find the CSS rules grouped into different sections, making it easy for you to find and implement the rules you need. Additionally, we have  * included pre-built media queries that are ready for use, saving you time and effort in creating them from scratch.

 * To ensure consistency and maintain a standard, we recommend that you follow the CSS patterns and rules outlined in this documentation. This will help to ensure that your  * customized Shopify store is not only visually appealing but also functions smoothly and optimally.

 * If you encounter any issues or have any questions while implementing these CSS rules, our team is always available to assist you. We are committed to providing you with  * the best possible support and ensuring that your Shopify store stands out from the rest.
 */

 /* Variables
   ========================================================================== */
:root {
  --blue: #1e90ff;
  --white: #ffffff;
}

/* General
   ========================================================================== */

p.h2 {
  letter-spacing:1px
}

.swym-button-bar.swym-wishlist-button-bar.swym-inject {
  margin-left:0;
}

span.swym-wishlist-cta {
  letter-spacing:1px;
}

@media only screen and (max-width: 480px) {
}

/* Header
   ========================================================================== */
@media only screen and (max-width: 480px) {
}

/* Footer
   ========================================================================== */

footer .prose ul {
  margin:0;
  gap: 0.625rem;
  list-style:none
}

footer .prose ul li {
  padding:0;
}

@media only screen and (max-width: 480px) {
}

/* Home
   ========================================================================== */

.cards-wrapper {
  display:flex;
  gap: {{ section.settings.number_0 }}px;
  background-color:{{ section.settings.color_1 }}; 
  position:relative;
}

.card-item {
  position: relative;
  height:100vh;
  overflow:hidden;
}

.card-item img {
  width: 100%;
}

.card-item p {
  position: absolute;
  top: 50%;
  left:50%;
  margin:0 auto;
  color: #fff;
  font-weight: bold;
  font-size:30px;
  transform: translate(0, -50%);
}

.card-item-overlay {
  background: rgba(0, 0, 0, 0.1);
  position:absolute;
  width:100%;
  height:100%;
  top:0;
}

@media (max-width: 999px) {
  .card-item {
      height: auto;
  }
}

.section-spacing:not(.section-spacing--padded) {
    padding-top: calc(var(--section-vertical-spacing-override, var(--section-vertical-spacing)) + var(--section-vertical-spacing-block-start-compensation, 0px));
    margin-top:0;
}

/* WhatsApp */
.float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:100px;
	right:30px;
	background-color:#f9f3eb;
	color:#000;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

@media only screen and (max-width: 480px) {
  .float {
	bottom:70px;
	right:10px;
  }
}


@media only screen and (max-width: 480px) {
}

/* Collections
   ========================================================================== */
@media only screen and (max-width: 480px) {
}

/* Product Page
   ========================================================================== */

label.block-swatch.block-color {
  padding:0;
  color: rgb(var(--text-color) / .5);
  border:0;
  cursor:inherit;
}

.product-info__block-item[data-block-type="variant-picker"] {
  letter-spacing:1px;
}

.email-provider {
  display:none;
}

.short-description,
.complete-description {
  letter-spacing: 1px;
  font-weight: 400;
}

.complete-description {
  display:none;
  margin-top:0 !important;
}

.hide-description {
    display: none;
}

.show-description.deactive,
.short-description.deactive{
    display: none;
}

.hide-description.active {
    display: block;
}

.complete-description.active {
    display: inline-block;
}

.description-buttons input {
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
}

@media only screen and (max-width: 480px) {
}

/* Intern Page
   ========================================================================== */

.zoomable {}
.zoomable__img {
  transform-origin: var(--zoom-pos-x, 0%) var(--zoom-pos-y, 0%);
  transition: transform 0.15s linear;
}

.zoomable--zoomed .zoomable__img {
  cursor: zoom-in;
  transform: scale(var(--zoom, 2));
}

@media only screen and (max-width: 480px) {
}


/* Fonts
   ========================================================================== */

body {
  font-family:'GT-America';
  font-weight:400;
}

h1, h2, h3, h4, .heading, .h1, .h2, .h3, .h4, .h5, .h6, .prose :where(h1,h2,h3,h4,h5,h6){
  font-family: 'GT-America';
  font-weight:500;
}

span, sale-price,details,summary,button,input,textarea,legend, a {
  font-family:'GT-America' !important;
  font-weight:400 !important;
}

/* Collecion Mosaic
   ========================================================================== */

/* Double item */
.product-double-image {
  display:flex;
  justify-content:center;
  gap:30px;
  padding:calc(var(--container-gutter)*2) var(--container-gutter) 0 var(--container-gutter)
}

/* Single item */
.product-single-image {
  max-width:50%;
  margin:0 auto;
  display:flex;
  justify-content: center;
  gap:30px;
  padding:calc(var(--container-gutter)*2) var(--container-gutter) 0 var(--container-gutter)
}

/* Quad item */
.product-fourx-image {
  display:flex;
  justify-content:center;
  gap:30px;  
}

.product-fourx-wrapper {
  padding:calc(var(--container-gutter)*2) var(--container-gutter) 0 var(--container-gutter)
}

.mosaic-product-info p {
  width: 50%;
  margin: 10px 0;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: var(--text-h6);
}

@media only screen and (max-width: 999px) {
  .product-fourx-image {
    flex-wrap: wrap;
  }

  .mosaic-product-info p {
    width: 100%;
  }

  .product-fourx-image .mosaic-product-item:first-child {
    width:100%;
  }
  
  .product-fourx-image .mosaic-product-item:not(:first-child) {
    flex: 1;
  }
}

@media only screen and (min-width: 700px) and (max-width: 1149px) {
.collection-list .collection-card {
 flex-basis: auto;
flex: 1;
}
}

/* Instagram
   ========================================================================== */

#insta-feed h2 {
    line-height: 1.4;
    font-size: var(--text-h2);
    letter-spacing: var(--heading-letter-spacing);
    margin-bottom: var(--section-stack-gap);
}



@media screen and (min-width: 990px){
  .section-spacing product-list > scroll-carousel{
    overflow: hidden;
    position: relative;
    left: 50%;
    width: 100dvw;
    transform: translateX(-50%);
    gap: 1rem;
  }

  .section-spacing:has(product-list > scroll-carousel) {
    overflow-x: hidden;
  }
}