:root{--sf-purple: #5B2E91;--sf-teal: #0B8FAC;--sf-pink: #FF69B4;--sf-purple-light: #7A4DAE;--sf-purple-dark: #472272;--sf-gray: #6B7280;--sf-gray-light: #9CA3AF}.sf-collection-banner{position:relative;width:100%;min-height:200px;background-color:var(--sf-purple);overflow:hidden}.sf-collection-banner--with-image{min-height:300px}@media screen and (min-width: 750px){.sf-collection-banner{min-height:280px}.sf-collection-banner--with-image{min-height:400px}}.sf-collection-banner__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.sf-collection-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#5b2e91d9,#5b2e91b3,#0b8fac99)}.sf-collection-banner__content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:3rem 1.5rem;min-height:inherit}@media screen and (min-width: 750px){.sf-collection-banner__content{padding:4rem 2rem}}.sf-collection-banner__title{font-family:Bebas Neue,sans-serif;font-weight:400;font-size:40px;color:#fff;margin:0 0 1rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media screen and (min-width: 750px){.sf-collection-banner__title{font-size:3.6rem}}.sf-collection-banner__description{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;font-size:1.4rem;color:#ffffffe6;max-width:600px;margin:0;line-height:1.6}@media screen and (min-width: 750px){.sf-collection-banner__description{font-size:1.6rem}}.sf-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem 0}@media screen and (min-width: 750px){.sf-product-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}@media screen and (min-width: 990px){.sf-product-grid{grid-template-columns:repeat(4,1fr);gap:2.5rem}}.sf-product-card{position:relative;background:#fff;border-radius:8px;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.sf-product-card:hover{box-shadow:0 8px 25px #5b2e9126;transform:translateY(-4px)}.sf-product-card__media{position:relative;overflow:hidden;border-radius:8px 8px 0 0}.sf-product-card__media img{width:100%;height:auto;aspect-ratio:1;object-fit:cover;transition:opacity .4s ease;border-radius:8px 8px 0 0}.sf-product-card__media img.sf-product-card__image--secondary{position:absolute;top:0;left:0;opacity:0}.sf-product-card:hover .sf-product-card__image--primary{opacity:0}.sf-product-card:hover .sf-product-card__image--secondary{opacity:1}.sf-product-card__badge{position:absolute;top:12px;left:12px;padding:4px 10px;font-family:Source Sans Pro,sans-serif;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;z-index:2}.sf-product-card__badge--sale{background-color:var(--sf-pink);color:#fff}.sf-product-card__badge--sold-out{background-color:var(--sf-gray);color:#fff}.sf-product-card__quick-add{position:relative;width:100%;padding:12px 16px;background-color:#ff6b00;color:#fff;font-family:Figtree,Source Sans Pro,sans-serif;font-weight:700;font-size:.9rem;text-align:center;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:6px;cursor:pointer;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease;margin:.5rem 1rem 1rem;width:calc(100% - 2rem)}.sf-product-card__quick-add:hover{background-color:#e65c00;transform:translateY(-2px);box-shadow:0 4px 12px #ff6b0066}.sf-product-card__quick-add:active{transform:translateY(0)}.sf-product-card__quick-add:disabled{background-color:var(--sf-gray, #9ca3af);cursor:not-allowed;transform:none;box-shadow:none}.sf-product-card__content{padding:1rem}.sf-product-card__title{font-family:Source Sans Pro,sans-serif;font-weight:700;font-size:1.4rem;color:#1a1a1a;margin:0 0 .5rem;line-height:1.3}.sf-product-card__title a{color:inherit;text-decoration:none}.sf-product-card__title a:hover{color:var(--sf-purple)}.sf-product-card__price{font-family:Source Sans Pro,sans-serif;font-size:1.4rem;margin-bottom:.75rem}.sf-product-card__price-regular{color:#1a1a1a;font-weight:600}.sf-product-card__price-compare{color:var(--sf-gray-light);text-decoration:line-through;margin-right:.5rem;font-weight:400}.sf-product-card__price-sale{color:var(--sf-pink);font-weight:700}.sf-product-card__swatches{display:flex;flex-wrap:wrap;gap:6px;margin-top:.5rem}.sf-product-card__swatch{width:20px;height:20px;border-radius:50%;border:2px solid #e5e5e5;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.sf-product-card__swatch:hover{border-color:var(--sf-purple);transform:scale(1.1)}.sf-product-card__swatch--active{border-color:var(--sf-purple)}@media (max-width: 749px){.sf-product-card__swatch{width:28px;height:28px;position:relative}.sf-product-card__swatch:before{content:"";position:absolute;top:50%;left:50%;width:44px;height:44px;transform:translate(-50%,-50%)}}.sf-filters-sidebar{padding-right:2rem}.sf-filters-sidebar__title{font-family:Source Sans Pro,sans-serif;font-weight:700;font-size:1.6rem;color:var(--sf-purple);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--sf-purple)}.sf-filter-group{margin-bottom:1.5rem;border-bottom:1px solid #e5e5e5;padding-bottom:1.5rem}.sf-filter-group__title{font-family:Source Sans Pro,sans-serif;font-weight:600;font-size:1.4rem;color:#1a1a1a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.sf-filter-group__title:hover{color:var(--sf-purple)}.sf-filter-group__icon{transition:transform .3s ease}.sf-filter-group--open .sf-filter-group__icon{transform:rotate(180deg)}.sf-filter-group__content{padding-top:1rem}.sf-filter-checkbox{display:flex;align-items:center;margin-bottom:.75rem;cursor:pointer}.sf-filter-checkbox input[type=checkbox]{width:18px;height:18px;margin-right:.75rem;accent-color:var(--sf-purple);cursor:pointer}.sf-filter-checkbox__label{font-family:Source Sans Pro,sans-serif;font-size:1.3rem;color:#4a4a4a}.sf-filter-checkbox__count{color:var(--sf-gray-light);margin-left:.25rem}.sf-mobile-filters{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.sf-mobile-filters--open{opacity:1;visibility:visible}.sf-mobile-filters__drawer{position:absolute;top:0;right:0;width:85%;max-width:380px;height:100%;background:#fff;transform:translate(100%);transition:transform .3s ease;overflow-y:auto}.sf-mobile-filters--open .sf-mobile-filters__drawer{transform:translate(0)}.sf-mobile-filters__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e5e5;background:var(--sf-purple);color:#fff}.sf-mobile-filters__title{font-family:Source Sans Pro,sans-serif;font-weight:700;font-size:1.6rem}.sf-mobile-filters__close{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;padding:0;line-height:1}.sf-mobile-filters__content{padding:1.5rem}.sf-sort-dropdown{position:relative}.sf-sort-dropdown__select{font-family:Source Sans Pro,sans-serif;font-size:1.3rem;padding:.75rem 2.5rem .75rem 1rem;border:1px solid #e5e5e5;border-radius:4px;background-color:#fff;cursor:pointer;-webkit-appearance:none;appearance:none;min-width:180px}.sf-sort-dropdown__select:focus{outline:none;border-color:var(--sf-purple)}.sf-sort-dropdown__icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none}.sf-loading-spinner{display:flex;justify-content:center;align-items:center;padding:3rem}.sf-loading-spinner__circle{width:40px;height:40px;border:3px solid #e5e5e5;border-top-color:var(--sf-purple);border-radius:50%;animation:sf-spin 1s linear infinite}@keyframes sf-spin{to{transform:rotate(360deg)}}.sf-empty-state{text-align:center;padding:4rem 2rem}.sf-empty-state__icon{font-size:4rem;margin-bottom:1.5rem;color:var(--sf-gray-light)}.sf-empty-state__title{font-family:Source Sans Pro,sans-serif;font-weight:700;font-size:2rem;color:#1a1a1a;margin-bottom:.75rem}.sf-empty-state__message{font-family:Source Sans Pro,sans-serif;font-size:1.4rem;color:var(--sf-gray);margin-bottom:1.5rem}.sf-empty-state__button{display:inline-block;padding:1rem 2rem;background-color:var(--sf-purple);color:#fff;font-family:Source Sans Pro,sans-serif;font-weight:600;font-size:1.3rem;text-decoration:none;border-radius:4px;transition:background-color .3s ease}.sf-empty-state__button:hover{background-color:var(--sf-purple-dark)}.sf-pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;padding:2rem 0}.sf-pagination__item{display:flex;justify-content:center;align-items:center;min-width:44px;height:44px;padding:0 .75rem;font-family:Source Sans Pro,sans-serif;font-weight:600;font-size:1.4rem;color:#1a1a1a;text-decoration:none;border:1px solid #e5e5e5;border-radius:4px;transition:all .2s ease}.sf-pagination__item:hover{border-color:var(--sf-purple);color:var(--sf-purple)}.sf-pagination__item--current{background-color:var(--sf-purple);border-color:var(--sf-purple);color:#fff}.sf-pagination__item--current:hover{background-color:var(--sf-purple-dark);border-color:var(--sf-purple-dark);color:#fff}.sf-pagination__item--arrow{padding:0}.sf-pagination__item--arrow svg{width:12px;height:12px}.sf-pagination__item--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.sf-load-more{display:flex;justify-content:center;margin-top:3rem}.sf-load-more__button{padding:1rem 3rem;background-color:transparent;color:var(--sf-purple);font-family:Source Sans Pro,sans-serif;font-weight:600;font-size:1.4rem;text-transform:uppercase;letter-spacing:.5px;border:2px solid var(--sf-purple);border-radius:4px;cursor:pointer;transition:all .3s ease}.sf-load-more__button:hover{background-color:var(--sf-purple);color:#fff}.sf-load-more__button:disabled{opacity:.5;cursor:not-allowed}.collection .card-wrapper.product-card-wrapper{position:relative}.collection .card-wrapper.product-card-wrapper .card{border-radius:8px;overflow:hidden;transition:box-shadow .3s ease,transform .3s ease}.collection .card-wrapper.product-card-wrapper:hover .card{box-shadow:0 8px 25px #5b2e9126;transform:translateY(-4px)}.collection .card .card__media,.collection .card .card__inner .card__media,.collection .card .card__media img{border-radius:8px 8px 0 0}.collection .card__heading{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700}.collection .card__heading a:hover{color:var(--sf-purple)}.collection .price--on-sale .price-item--sale{color:var(--sf-pink);font-weight:700}.collection .badge{font-family:Source Sans Pro,sans-serif;font-weight:600;border-radius:4px}.collection .quick-add__submit{background-color:#ff6b00!important;color:#fff!important;font-family:Source Sans Pro,sans-serif;font-weight:600;border:none;transition:background-color .3s ease}.collection .quick-add__submit:hover{background-color:#e65c00!important}.collection .pagination__item{font-family:Source Sans Pro,sans-serif;font-weight:600;border:1px solid #e5e5e5;border-radius:4px;transition:all .2s ease}.collection .pagination__item:hover{border-color:var(--sf-purple);color:var(--sf-purple)}.collection .pagination__item--current{background-color:var(--sf-purple);border-color:var(--sf-purple);color:#fff}.collection .pagination__item--current:after{display:none}.collection .facets__heading,.collection .facets__summary-label{font-family:Source Sans Pro,sans-serif;font-weight:600}.collection .facet-checkbox.active{color:var(--sf-purple)}.collection .active-facets__button-inner{border-color:var(--sf-purple);color:var(--sf-purple)}.collection .facets__reset,.collection .active-facets__button-remove,.collection .mobile-facets__open{color:var(--sf-purple)}.collection .facet-filters__sort{font-family:Source Sans Pro,sans-serif}.collection .facet-filters__sort:focus{border-color:var(--sf-purple)}.collection.loading .loading-overlay{background:#fffc}.collection--empty .title{font-family:Source Sans Pro,sans-serif;color:#1a1a1a}.collection--empty .link{color:var(--sf-purple)}.collection-hero{position:relative;background-color:var(--sf-purple)}.collection-hero--with-image{min-height:300px}@media screen and (min-width: 750px){.collection-hero--with-image{min-height:350px}}.collection-hero__title{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;color:#fff}.collection-hero__description{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,sans-serif;color:#ffffffe6}
/*# sourceMappingURL=/cdn/shop/t/54/assets/silly-farm-collection.css.map */
