@import url("https://fonts.googleapis.com/css2?family=Coming+Soon&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");.docs-share{a{margin:0 .25rem}}.checkout-container{min-height:100vh;background-color:#ffffff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.checkout-header{padding:1rem 0;text-align:center;border-bottom:1px solid #e5e5e5}.checkout-header h1{margin:0;font-size:1.5rem;font-weight:600}.checkout-header h1 a{color:#000;text-decoration:none}.checkout-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem}.checkout-form-column{max-width:600px}.express-checkout{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e5e5}.express-checkout h3{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#333}.express-buttons{display:flex;gap:.75rem;margin-bottom:1rem}.express-btn{flex:1;padding:.75rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:opacity .2s}.express-btn:hover{opacity:.9}.shop-btn{background-color:#8b5cf6;color:white}.paypal-btn{background-color:#fbbf24;color:#000}.gpay-btn{background-color:#000;color:white}.or-divider{text-align:center;color:#666;font-weight:500}.checkout-form{gap:2rem}.checkout-form,.form-section{display:flex;flex-direction:column}.form-section{gap:1rem}.form-section h3{font-size:1.1rem;font-weight:600;margin:0;color:#333}.payment-subtitle{font-size:.9rem;color:#666;margin:0}.form-group{position:relative}.form-input,.form-select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s}.form-input:focus,.form-select:focus{outline:none;border-color:#8b5cf6}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.input-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#666;font-size:.9rem}.checkbox-group{display:flex;align-items:center;gap:.5rem}.checkbox-group input[type=checkbox]{margin:0}.checkbox-group label{font-size:.9rem;color:#333;cursor:pointer}.payment-methods{display:flex;flex-direction:column;gap:1rem}.payment-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:border-color .2s}.payment-option:hover{border-color:#8b5cf6}.payment-option input[type=radio]{margin:0}.payment-option label{flex:1;margin:0;cursor:pointer}.card-logos{display:flex;gap:.5rem;font-size:.8rem;color:#666}.card-logos span{padding:.25rem .5rem;background-color:#f3f4f6;border-radius:3px}.paypal-logo-small{font-size:.9rem;color:#0070ba;font-weight:600}.card-details{margin-left:2rem;display:flex;flex-direction:column;gap:.75rem}.security-info{margin-bottom:1rem}.security-text{font-size:.9rem;color:#666}.pay-now-btn{width:100%;padding:1rem;background-color:#ec4899;color:white;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-bottom:1rem}.pay-now-btn:hover{background-color:#db2777}.terms-text{font-size:.8rem;color:#666;line-height:1.4}.terms-text a{color:#8b5cf6;text-decoration:none}.terms-text a:hover{text-decoration:underline}.checkout-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e5e5;text-align:center}.checkout-footer p{font-size:.8rem;color:#666;margin:0}.order-summary-column{background-color:#f9fafb;padding:2rem;border-radius:8px;height:-moz-fit-content;height:fit-content;position:sticky;top:2rem}.order-summary{display:flex;flex-direction:column;gap:1.5rem}.product-summary{display:flex;align-items:center;gap:1rem}.product-image{position:relative}.product-thumbnail{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:6px}.quantity-badge{position:absolute;top:-8px;right:-8px;background-color:#000;color:white;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.product-details{flex:1}.product-name{font-weight:600;margin:0 0 .25rem;color:#333}.product-type{font-size:.9rem;color:#666;margin:0}.product-price{font-weight:600;color:#333}.discount-section{border-top:1px solid #e5e5e5;padding-top:1rem}.discount-input-group{display:flex;gap:.5rem}.discount-input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem}.discount-input:focus{outline:none;border-color:#8b5cf6}.apply-btn{padding:.75rem 1rem;background-color:#000;color:white;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s}.apply-btn:hover{background-color:#333}.total-section{border-top:1px solid #e5e5e5;padding-top:1rem}.total-row{display:flex;justify-content:space-between;align-items:center}.total-amount,.total-label{font-size:1.1rem;font-weight:700;color:#333}.add-to-cart-btn{display:inline-block;background-color:#8b5cf6;text-decoration:none;border-radius:6px;text-align:center;transition:background-color .2s;cursor:pointer}.add-to-cart-btn:hover{background-color:#7c3aed}.add-to-cart-btn:disabled{background-color:#9ca3af;cursor:not-allowed}@media (max-width:768px){.checkout-content{grid-template-columns:1fr;padding:1rem}.order-summary-column{position:static;margin-top:2rem}.express-buttons{flex-direction:column}.form-row{grid-template-columns:1fr}}.shop-container{padding:0 1.5rem}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.shop-empty-state{text-align:center;padding:4rem 1.5rem;border:1.5px dashed #e5e7eb;border-radius:8px;color:#9ca3af;font-family:Inter,system-ui,sans-serif}.shop-empty-state__heading{font-size:1rem;font-weight:600;color:#374151;margin:0 0 .5rem}.shop-empty-state__body{font-size:.9375rem;margin:0}.shop-product-card{display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.shop-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.08)}.shop-product-card__image{position:relative;width:100%;aspect-ratio:1/1;background-color:#f3f4f6;border-radius:8px}.shop-product-card__body{padding:.75rem .25rem .5rem;display:flex;flex-direction:column;gap:.25rem}.shop-product-card__name{font-family:Inter,system-ui,sans-serif;margin:0}.shop-product-card__price{font-family:Inter,system-ui,sans-serif;font-size:.875rem;color:#6b7280}.shop-product-card__badge{font-family:Inter,system-ui,sans-serif;padding:.2rem .6rem;border-radius:9999px;width:-moz-fit-content;width:fit-content;margin-top:.25rem}.shop-product-card__badge--sold-out{background-color:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.shop-product-card__badge--pre-order{background-color:#eff6ff;color:#3b82f6;border:1px solid #bfdbfe}.shop-page{min-height:100vh;display:flex;flex-direction:column;font-family:Inter,system-ui,sans-serif;background-color:#ffffff;color:#111111}.shop-container{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}@media (min-width:640px){.shop-container{padding:0 1.5rem}}@media (min-width:1024px){.shop-container{padding:0 2rem}}.products-grid{grid-template-columns:1fr;gap:1.5rem}@media (min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.shop-product-card{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#ffffff;transition:box-shadow .2s ease;text-decoration:none;color:inherit;display:block}.shop-product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.shop-product-card.sold-out{opacity:.55}.shop-product-card__image{aspect-ratio:1;overflow:hidden;background-color:#f9fafb}.shop-product-card__body{padding:.875rem 1rem}.shop-product-card__name{font-size:.9375rem;font-weight:600;margin:0 0 .25rem;color:#111111;line-height:1.3}.shop-product-card__price{font-size:.9375rem;color:#374151;margin:0}.shop-product-card__badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:4px;margin-top:.5rem;background-color:#f3f4f6;color:#6b7280;letter-spacing:.02em;text-transform:uppercase}.shop-product-card__badge--sold-out{background-color:#fef2f2;color:#ef4444}.shop-product-card__badge--pre-order{background-color:#fffbeb;color:#d97706}.featured-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media (min-width:768px){.featured-row{grid-template-columns:repeat(4,1fr)}}.shop-cart-page{min-height:100vh;background-color:#ffffff;font-family:Inter,system-ui,sans-serif;padding:2rem 0 4rem}.shop-cart-title{font-size:1.5rem;font-weight:700;color:#111111;margin:0 0 2rem}.shop-cart-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem 0;border-bottom:1px solid #e5e7eb}.shop-cart-item__image{width:80px;height:80px;flex-shrink:0;border-radius:6px;overflow:hidden;background-color:#f9fafb;position:relative}.shop-cart-item__details{flex:1;min-width:0}.shop-cart-item__name{font-size:.9375rem;font-weight:600;color:#111111;margin:0 0 .25rem;line-height:1.3}.shop-cart-item__price{font-size:.875rem;color:#6b7280;margin:0 0 .75rem}.shop-qty-stepper{display:flex;align-items:center;gap:0;border:1.5px solid #e5e7eb;border-radius:6px;width:-moz-fit-content;width:fit-content;overflow:hidden}.shop-qty-stepper__btn{background:none;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;color:#374151;transition:background-color .15s}.shop-qty-stepper__btn:hover:not(:disabled){background-color:#f3f4f6}.shop-qty-stepper__btn:disabled{color:#9ca3af;cursor:not-allowed}.shop-qty-stepper__value{width:36px;text-align:center;font-size:.875rem;font-weight:600;color:#111111;border-left:1.5px solid #e5e7eb;border-right:1.5px solid #e5e7eb;padding:.25rem 0;line-height:2}.shop-cart-item__subtotal{font-size:.9375rem;font-weight:600;color:#111111;white-space:nowrap;margin-left:auto;padding-left:1rem}.shop-cart-item__remove{background:none;border:none;cursor:pointer;color:#9ca3af;padding:.25rem;border-radius:4px;display:flex;align-items:center;transition:color .15s;flex-shrink:0}.shop-cart-item__remove:hover{color:#ef4444}.shop-cart-summary{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #111111}.shop-cart-summary__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.shop-cart-summary__amount,.shop-cart-summary__label{font-size:1rem;font-weight:700;color:#111111}.shop-cart-actions{display:flex;flex-direction:column;gap:.75rem}.shop-btn-primary{display:block;width:100%;padding:.875rem 1.5rem;background-color:#ec4899;color:#ffffff;border:none;border-radius:6px;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;font-family:Inter,system-ui,sans-serif;transition:background-color .15s}.shop-btn-primary:hover{background-color:#db2777}.shop-btn-secondary{display:block;width:100%;padding:.75rem 1.5rem;background-color:transparent;color:#6b7280;border:1.5px solid #e5e7eb;border-radius:6px;font-size:.875rem;font-weight:500;text-align:center;text-decoration:none;cursor:pointer;font-family:Inter,system-ui,sans-serif;transition:border-color .15s,color .15s}.shop-btn-secondary:hover{border-color:#9ca3af;color:#374151}.shop-cart-notice{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem;background-color:#fef3c7;border:1px solid #fde68a;border-radius:6px;margin-bottom:1.5rem;font-size:.875rem;color:#92400e}.shop-cart-notice__dismiss{background:none;border:none;cursor:pointer;color:#92400e;font-size:1rem;line-height:1;padding:0;flex-shrink:0}.shop-cart-empty{text-align:center;padding:4rem 1rem}.shop-cart-empty__title{font-size:1.25rem;font-weight:600;color:#111111;margin:0 0 .75rem}.shop-cart-empty__text{font-size:.9375rem;color:#6b7280;margin:0 0 2rem}.shop-cart-empty__link{display:inline-block;padding:.75rem 1.5rem;background-color:#ec4899;color:#ffffff;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9375rem;transition:background-color .15s}.shop-cart-empty__link:hover{background-color:#db2777}@media (min-width:640px){.shop-cart-summary{max-width:400px;margin-left:auto}.shop-cart-actions{flex-direction:column}}.shop-checkout-page{min-height:100vh;background-color:#ffffff;font-family:Inter,system-ui,sans-serif;padding:2rem 0 4rem}.shop-checkout-title{font-size:1.5rem;font-weight:700;color:#111111;margin:0 0 2rem}.shop-checkout-layout{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.shop-checkout-layout{grid-template-columns:1fr 380px;gap:3rem;align-items:start}}.shop-checkout-summary{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.shop-checkout-summary__title{font-size:.9375rem;font-weight:600;color:#111111;margin:0 0 1rem}.shop-checkout-summary__item{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.5rem 0;border-bottom:1px solid #e5e7eb;font-size:.875rem}.shop-checkout-summary__item:last-of-type{border-bottom:none}.shop-checkout-summary__item-name{color:#374151;flex:1}.shop-checkout-summary__item-qty{color:#6b7280;flex-shrink:0}.shop-checkout-summary__item-price{color:#111111;font-weight:500;flex-shrink:0;white-space:nowrap}.shop-checkout-summary__total{display:flex;justify-content:space-between;align-items:center;padding-top:.875rem;margin-top:.5rem;border-top:2px solid #111111;font-weight:700;font-size:1rem}.shop-checkout-summary__edit-link{display:block;text-align:center;margin-top:1rem;font-size:.8125rem;color:#6b7280;text-decoration:underline;text-underline-offset:2px}.shop-checkout-summary__edit-link:hover{color:#374151}.shop-checkout-form{display:flex;flex-direction:column;gap:1.25rem}.shop-checkout-form__error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.875rem 1rem;font-size:.875rem;color:#dc2626}.shop-checkout-field{display:flex;flex-direction:column;gap:.375rem}.shop-checkout-field label{font-size:.875rem;font-weight:500;color:#374151}.shop-checkout-field input,.shop-checkout-field textarea{width:100%;padding:.625rem .875rem;border:1.5px solid #e5e7eb;border-radius:6px;font-size:.9375rem;font-family:Inter,system-ui,sans-serif;color:#111111;background-color:#ffffff;box-sizing:border-box;transition:border-color .15s;outline:none}.shop-checkout-field input:focus,.shop-checkout-field textarea:focus{border-color:#ec4899;box-shadow:0 0 0 2px rgba(236,72,153,.1)}.shop-checkout-field textarea{resize:vertical;min-height:80px}.shop-checkout-field__hint{font-size:.75rem;color:#9ca3af;margin:0}.shop-confirmation-page{min-height:100vh;background-color:#ffffff;font-family:Inter,system-ui,sans-serif;padding:3rem 0 5rem}.shop-confirmation-header{text-align:center;margin-bottom:2.5rem}.shop-confirmation-icon{width:56px;height:56px;background-color:#f0fdf4;border:2px solid #86efac;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.shop-confirmation-title{font-size:1.5rem;font-weight:700;color:#111111;margin:0 0 .5rem}.shop-confirmation-reference{font-size:.9375rem;color:#6b7280;margin:0}.shop-confirmation-reference strong{color:#ec4899;font-weight:700}.shop-confirmation-card{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;max-width:560px;margin-left:auto;margin-right:auto}.shop-confirmation-card__title{font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.shop-confirmation-card__row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.875rem;padding:.375rem 0;border-bottom:1px solid #e5e7eb}.shop-confirmation-card__row:last-of-type{border-bottom:none}.shop-confirmation-card__label{color:#6b7280}.shop-confirmation-card__value{color:#111111;font-weight:500;text-align:right}.shop-confirmation-total{display:flex;justify-content:space-between;padding-top:.875rem;margin-top:.5rem;border-top:2px solid #111111;font-weight:700;font-size:1rem;max-width:560px;margin-left:auto;margin-right:auto}.shop-confirmation-meetup{max-width:560px;margin:1.5rem auto;padding:1.25rem;background-color:#fffbeb;border:1px solid #fde68a;border-radius:8px;font-size:.9375rem;color:#92400e;line-height:1.6;text-align:center}.shop-confirmation-actions{text-align:center;margin-top:2rem}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.container{position:relative;max-width:960px;margin:0 auto;padding:0 20px}.column,.columns,.container{width:100%;box-sizing:border-box}.column,.columns{float:left}@media (min-width:400px){.container{width:85%;padding:0}}@media (min-width:550px){.container{width:80%}.column,.columns{margin-left:4%}.column:first-child,.columns:first-child{margin-left:0}.one.column,.one.columns{width:4.66666666667%}.two.columns{width:13.3333333333%}.three.columns{width:22%}.four.columns{width:30.6666666667%}.five.columns{width:39.3333333333%}.six.columns{width:48%}.seven.columns{width:56.6666666667%}.eight.columns{width:65.3333333333%}.nine.columns{width:74%}.ten.columns{width:82.6666666667%}.eleven.columns{width:91.3333333333%}.twelve.columns{width:100%;margin-left:0}.one-third.column{width:30.6666666667%}.two-thirds.column{width:65.3333333333%}.one-half.column{width:48%}.offset-by-one.column,.offset-by-one.columns{margin-left:8.66666666667%}.offset-by-two.column,.offset-by-two.columns{margin-left:17.3333333333%}.offset-by-three.column,.offset-by-three.columns{margin-left:26%}.offset-by-four.column,.offset-by-four.columns{margin-left:34.6666666667%}.offset-by-five.column,.offset-by-five.columns{margin-left:43.3333333333%}.offset-by-six.column,.offset-by-six.columns{margin-left:52%}.offset-by-seven.column,.offset-by-seven.columns{margin-left:60.6666666667%}.offset-by-eight.column,.offset-by-eight.columns{margin-left:69.3333333333%}.offset-by-nine.column,.offset-by-nine.columns{margin-left:78%}.offset-by-ten.column,.offset-by-ten.columns{margin-left:86.6666666667%}.offset-by-eleven.column,.offset-by-eleven.columns{margin-left:95.3333333333%}.offset-by-one-third.column,.offset-by-one-third.columns{margin-left:34.6666666667%}.offset-by-two-thirds.column,.offset-by-two-thirds.columns{margin-left:69.3333333333%}.offset-by-one-half.column,.offset-by-one-half.columns{margin-left:52%}}html{font-size:62.5%}body{font-size:1.5em;line-height:1.6;font-weight:400;font-family:Coming Soon,HelveticaNeue,Helvetica Neue,Helvetica,Arial,cursive;color:#343a39}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:2rem;font-weight:300}h1{font-size:4rem;line-height:1.2}h1,h2{letter-spacing:-.1rem}h2{font-size:3.6rem;line-height:1.25}h3{font-size:3rem;line-height:1.3;letter-spacing:-.1rem}h4{font-size:2.4rem;line-height:1.35;letter-spacing:-.08rem}h5{font-size:1.8rem;line-height:1.5;letter-spacing:-.05rem}h6{font-size:1.5rem;line-height:1.6;letter-spacing:0}@media (min-width:550px){h1{font-size:5rem}h2{font-size:4.2rem}h3{font-size:3.6rem}h4{font-size:3rem}h5{font-size:2.4rem}h6{font-size:1.5rem}}p{margin-top:0}a{color:#96c4ed}a:hover{color:#0FA0CE}.button,button,input[type=button],input[type=reset],input[type=submit]{display:inline-block;height:38px;padding:0 30px;color:#555;text-align:center;font-size:11px;font-weight:600;line-height:38px;letter-spacing:.1rem;text-transform:uppercase;text-decoration:none;white-space:nowrap;background-color:transparent;border-radius:4px;border:1px solid #bbb;cursor:pointer;box-sizing:border-box}.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{color:#333;border-color:#888;outline:0}.button.button-primary,button.button-primary,input[type=button].button-primary,input[type=reset].button-primary,input[type=submit].button-primary{color:#FFF;background-color:#33C3F0;border-color:#33C3F0}.button.button-primary:focus,.button.button-primary:hover,button.button-primary:focus,button.button-primary:hover,input[type=button].button-primary:focus,input[type=button].button-primary:hover,input[type=reset].button-primary:focus,input[type=reset].button-primary:hover,input[type=submit].button-primary:focus,input[type=submit].button-primary:hover{color:#FFF;background-color:#96c4ed;border-color:#96c4ed}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #d1d1d1;border-radius:4px;box-shadow:none;box-sizing:border-box}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{min-height:65px;padding-top:6px;padding-bottom:6px}input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border:1px solid #33c3f0;outline:0}label,legend{display:block;margin-bottom:.5rem;font-weight:600}fieldset{padding:0;border-width:0}input[type=checkbox],input[type=radio]{display:inline}label>.label-body{display:inline-block;margin-left:.5rem;font-weight:400}ul{list-style:circle inside}ol{list-style:decimal inside}ol,ul{padding-left:0;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin:1.5rem 0 1.5rem 3rem;font-size:90%}li{margin-bottom:1rem}code{padding:.2rem .5rem;margin:0 .2rem;font-size:90%;white-space:nowrap;background:#F1F1F1;border:1px solid #e1e1e1;border-radius:4px}pre>code{display:block;padding:1rem 1.5rem;white-space:pre}td,th{padding:12px 15px;text-align:left;border-bottom:1px solid #e1e1e1}td:first-child,th:first-child{padding-left:0}td:last-child,th:last-child{padding-right:0}.button,button{margin-bottom:1rem}fieldset,input,select,textarea{margin-bottom:1.5rem}blockquote,dl,figure,form,ol,p,pre,table,ul{margin-bottom:2.5rem}.u-full-width{width:100%;box-sizing:border-box}.u-max-full-width{max-width:100%;box-sizing:border-box}.u-pull-right{float:right}.u-pull-left{float:left}.u-text-center{text-align:center}.u-text-berry{color:#ed7560}.u-text-red{color:#f99294}.u-text-orange{color:#ffcb93}.u-text-yellow{color:#ffe88c}.u-text-green{color:#abdca4}.u-text-cyan{color:#99c6cb}.u-text-cornflower{color:#9ec0fa}.u-text-blue{color:#96c4ed}.u-text-purple{color:#b9a2da}.u-text-magenta{color:#dfa1bd}.u-text-gray{color:#999999}.u-margin-0{margin:0}hr{margin-top:3rem;margin-bottom:3.5rem;border-width:0;border-top:1px solid #e1e1e1}.container:after,.row:after,.u-cf{content:"";display:table;clear:both}.container{max-width:800px}.header{margin-top:6rem;text-align:center}.header h1 a{color:#222;text-decoration:none}.footer{border-top:1px solid #eee;padding:4rem 0;margin-bottom:0}.value-prop{margin-top:1rem}.value-props{margin-top:4rem;margin-bottom:4rem}.docs-header{text-transform:uppercase;font-size:1.4rem;letter-spacing:.2rem;font-weight:600}.docs-section{border-top:1px solid #eee;padding:4rem 0;margin-bottom:0}.docs-section h2 a{color:#222;text-decoration:none}.docs-section ul{list-style-type:none}.docs-section ul.bullets{list-style-type:disc;margin-left:2%}.value-img{margin-bottom:2rem}.example-grid .column,.example-grid .columns{background:#EEE;text-align:center;border-radius:4px;font-size:1rem;text-transform:uppercase;height:30px;line-height:30px;margin-bottom:.75rem;font-weight:600;letter-spacing:.1rem}.docs-example .row,.docs-example form,.docs-example.row{margin-bottom:0}.docs-example h1,.docs-example h2,.docs-example h3,.docs-example h4,.docs-example h5,.docs-example h6{margin-bottom:1rem}.docs-logo{display:inline-block;width:14px;text-indent:-9999px}.docs-share{border-top:1px solid #eee;padding:2rem 0}.docs-share .docs-header{padding-right:10px}.docs-button{height:30px;padding:0 15px;border:none;margin-bottom:0}.docs-link-share{display:inline-block;font-size:x-small;background-size:20%;background-position:0;background-repeat:no-repeat;text-indent:15px;padding-right:10px}.docs-button-share{background-size:50%;background-position:50%;background-repeat:no-repeat;text-indent:-9999px}.docs-bg-copy{background-position-y:0}.heading-font-size{font-size:1.2rem;color:#999;letter-spacing:normal}.code-example{margin-top:1.5rem;margin-bottom:0}.code-example-body{white-space:pre;word-wrap:break-word}.example{position:relative;margin-top:4rem}.example-header{font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.example-description{margin-bottom:1.5rem}.example-screenshot-wrapper{display:block;position:relative;overflow:hidden;border-radius:6px;border:1px solid #eee;height:250px}.example-screenshot{width:100%;height:auto}.example-screenshot.coming-soon{width:auto;position:absolute;background:#eee;top:5px;right:5px;bottom:5px;left:5px}.navbar{display:none}@media (min-width:550px){.example-grid .column,.example-grid .columns{margin-bottom:1.5rem}.docs-section{padding:6rem 0}.example-send-yourself-copy{float:right;margin-top:12px}.example-screenshot-wrapper{position:absolute;width:48%;height:100%;left:0;max-height:none}}@media (min-width:320px){h1{font-size:3.5rem}.navbar+.docs-section{border-top-width:0}.navbar,.navbar-spacer{display:block;width:100%;height:6.5rem;background:#fff;z-index:99;border-top:1px solid #eee;border-bottom:1px solid #eee}.navbar-spacer{display:none}.navbar>.container{width:100%}.navbar-list{list-style:none;margin-bottom:0}.navbar-item{position:relative;float:left;margin-bottom:0}.navbar-link{text-transform:uppercase;font-size:11px;font-weight:600;letter-spacing:.2rem;margin-right:15px;text-decoration:none;line-height:6.5rem;color:#222}.navbar-link.active{color:#33C3F0}.has-docked-nav .navbar{position:fixed;top:0;left:0}.has-docked-nav .navbar-spacer{display:block}.has-docked-nav .navbar>.container{width:80%}.popover.open{display:block}.popover{display:none;position:absolute;top:0;left:0;background:#fff;border:1px solid #eee;border-radius:4px;top:92%;left:-65%;-moz-filter:drop-shadow(0 0 6px rgba(0,0,0,.1));filter:drop-shadow(0 0 6px rgba(0,0,0,.1));width:185%}.popover-item:first-child .popover-link:after,.popover-item:first-child .popover-link:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.popover-item:first-child .popover-link:after{border-color:rgba(255,255,255,0) rgba(255,255,255,0) #fff;border-width:10px;margin-left:-10px}.popover-item:first-child .popover-link:before{border-color:rgba(238,238,238,0) rgba(238,238,238,0) #eee;border-width:11px;margin-left:-11px}.popover-list{list-style:none}.popover-item,.popover-list{padding:0;margin:0}.popover-link{position:relative;color:#222;display:block;padding:8px 20px;border-bottom:1px solid #eee;text-decoration:none;text-transform:uppercase;font-size:1rem;font-weight:600;text-align:center;letter-spacing:.1rem}.popover-item:first-child .popover-link{border-radius:4px 4px 0 0}.popover-item:last-child .popover-link{border-radius:0 0 4px 4px;border-bottom-width:0}.popover-link:hover{color:#fff;background:#33C3F0}.popover-item:first-child .popover-link:hover:after,.popover-link:hover{border-bottom-color:#33C3F0}}@media (min-width:750px){h1{font-size:4rem}.navbar-link{margin-right:35px}}p,ul{font-size:12px}h2{font-size:1.5rem;line-height:1.6}h2,h3{letter-spacing:0}h3{font-size:1rem;line-height:1.5}.loading-skeleton{padding:2rem 0;max-width:800px;margin:0 auto}.loading-header{position:relative;margin-bottom:2rem;padding-left:1.5rem}.blue-accent{position:absolute;left:0;top:0;width:4px;height:100%;background-color:#5755d9;border-radius:2px}.loading-title{font-size:2rem;margin-bottom:1rem;color:#555}.loading-content{display:flex;flex-direction:column;gap:2rem}.loading-item{position:relative;padding-left:1.5rem}.blue-dot{position:absolute;left:0;top:.5rem;width:8px;height:8px;border-radius:50%;background-color:#5755d9}.loading-line{height:12px;background-color:#eee;margin-bottom:.8rem;border-radius:4px;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:.8}to{opacity:.6}}.loading-divider{position:relative}.loading-divider:after{content:"";position:absolute;right:-2rem;top:0;height:100%;width:2px;background-color:#5755d9}.shop-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.shop-title{font-size:2rem;font-weight:700;margin:0;color:#222}.sort-container{display:flex;align-items:center;gap:.5rem}.sort-container label{font-size:.9rem;color:#222;margin:0}.sort-select{padding:.5rem;border:1px solid #ddd;border-radius:4px;background:white;font-size:.9rem;color:#222;cursor:pointer}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.product-card{background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.product-image{width:100%;height:250px;overflow:hidden;background:#f8f8f8;display:flex;align-items:center;justify-content:center}.product-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-info{padding:1rem}.product-name{font-size:1rem;font-weight:700;margin:0 0 .5rem;color:#222;line-height:1.4}.product-price{font-size:1rem;margin:0;font-weight:400}.product-card-link{text-decoration:none;color:inherit;display:block;transition:all .2s ease}.product-card-link:hover .product-card{transform:translateY(-4px);box-shadow:0 6px 16px rgba(0,0,0,.15)}.product-detail{max-width:1200px;margin:0 auto}.back-link{margin-bottom:2rem}.back-link-text{color:#666;text-decoration:none;font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s ease}.back-link-text:hover{color:#222}.product-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{width:100%;background:#f8f8f8;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.main-image img{width:100%;height:auto;display:block}.thumbnail-images{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0}.thumbnail{flex-shrink:0;width:80px;height:80px;border-radius:4px;overflow:hidden;background:#f8f8f8;display:flex;align-items:center;justify-content:center}.thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-info-detail{display:flex;flex-direction:column;gap:1.5rem}.product-title{font-size:2.5rem;font-weight:700;margin:0;color:#222;line-height:1.2}.product-price-section{margin:1rem 0}.product-price{font-size:1.5rem;font-weight:700;color:#222}.product-description{margin-top:2rem}.product-description h3{font-size:1.2rem;margin-bottom:1rem;color:#222}.product-description p{line-height:1.6;color:#555}.product-actions{margin-top:2rem}.add-to-cart-btn{background:#222;color:white;border:none;padding:1rem 2rem;border-radius:4px;font-size:1rem;font-weight:600;cursor:not-allowed;opacity:.6;transition:all .2s ease}.add-to-cart-btn:hover{background:#444}.product-meta{margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.meta-item{display:flex;gap:.5rem;margin-bottom:.5rem}.meta-label{font-weight:600;color:#666;font-size:.9rem}.meta-value{color:#222;font-size:.9rem}@media (max-width:768px){.shop-header{flex-direction:column;align-items:flex-start;gap:1rem}.products-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.product-image{height:200px}.product-content{grid-template-columns:1fr;gap:2rem}.product-title{font-size:2rem}.main-image{max-width:100%}}