/** Shopify CDN: Minification failed

Line 1313:1 Unexpected "}"
Line 1784:2 "dispay" is not a known CSS property

**/
/* to pull in a custom uploaded font */
@font-face {
    font-family: 'Naiche Bold';
    src: url('/cdn/shop/files/Naiche-Bold.otf?v=1688153546') format('opentype'), /* Safari, Android, iOS */
        url('/cdn/shop/files/NaicheVariableVF.ttf?v=1689285977')  format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Naiche';
    src: url('/cdn/shop/files/Naiche-Regular.otf?v=1688154492') format('opentype'), /* Safari, Android, iOS */
        url('/cdn/shop/files/NaicheVariableVF.ttf?v=1689285977')  format('truetype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

h1, .slideshow-slide-heading, h2, h3, h4, h5, .small-promo-heading, .rte .tabs li,
.rte .tabs li > a, h6, .navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text {
  font-family: Naiche Bold;
}
.small-promo-heading {
  font-family: Naiche Bold;
}
.label-style-heading .dynamic-collection-list--item-title, .label-style-heading
.dynamic-collection-list--item-title-mobile {
  font-family: Naiche Bold;
}
.featured-collection--banner-title {
  font-family: Naiche Bold;
}
.featured-collections-grid-item-title.style-heading {
  font-family: Naiche Bold;
}
.menulist--title {
  font-family: Naiche Bold;
}
.account-order th,
.order-footer th {
  font-family: Naiche Bold;
}
.account-order th,
.order-footer th {
  font-family: Naiche Bold;
}
.account-order .order-item-title,
.order-footer .order-item-title {
  font-family: Naiche Bold;
}
summary {
  font-family: Naiche Bold;
}


.home-section--title {
  font-family: Naiche Bold; 
}
.filter-group h4 {
  font-family: Naiche Bold; 
}



.cart-item--content-title {
  font-family: Naiche;
}
@media screen and (min-width: 860px) {
  .productgrid-listview .productitem--title {
    font-family: Naiche;
  }
}
.productitem--title {
  font-family: Naiche;
}



/* =========================================== 
  Streamline - Custom CSS 
  ======
  Table of contents:
  - GENERAL
    - Fixes
    - Container Control
    - Base Button Styling
    - Style the social icons
    - Base Type Styles
  - HEADER
    - Mega Menu
  - HOMEPAGE
    - Slideshow
    - Instafeed
  - COLLECTION PAGE
  	- Breadcrumbs
  	- Sort
  	- Type Styles
	  - Product grid
  - COLLECTION LIST PAGE
  - PRODUCT PAGE
    - Type Styles
    - Collapse
  	- Better thumbnail grid
  - 404
=========================================== */
  
/* GENERAL */
.utility-bar a{
  font-size:13px!important;
  text-transform:uppercase;
  letter-spacing:1px;
}

.newsletter .form-fields-inline{
  flex-wrap:nowrap!important;
}
.product-main .form-field-title{
  top:-1.5em!important;
  left:0!important;
  color:#1E6FC7;
  text-transform:uppercase;
  letter-spacing:.5px;
}
.product-form--atc{
  margin-top:1.9rem!important;
}
#product-quantity-select{
  border-color:#1E6FC7;
  border-width:2px;
}
.station-tabs-tabtext{
  font-family: type_product_vendor_custom;
  font-size:14px!important;
  letter-spacing:1px;
  text-transform:uppercase;
}
.giftreggie-pdp-registry-cta{
  border-color:#1E6FC7!important;
  color:#1E6FC7!important;
  padding: 0.875rem 0.3125rem!important;
  border-radius:9px!important;
  font-size:14px!important;
  letter-spacing:2px;
  text-transform:uppercase;
}
.giftreggie-pdp-registry-cta:hover{
  border-color: #D70B04!important;
  color:#D70B04!important;
  letter-spacing:1.5px;
  transition:.7s;
}
.giftreggie-pdp-wishlist-cta{
  border-color:#1E6FC7!important;
  color:#1E6FC7!important;
  padding: 0.875rem 0.3125rem!important;
  border-radius:9px!important;
  font-size:14px!important;
  letter-spacing:2px;
  text-transform:uppercase;
}
.giftreggie-pdp-wishlist-cta:hover{
  border-color: #D70B04!important;
  color:#D70B04!important;
  letter-spacing:1.5px;
  transition:.7s;
}
.product-form--atc-button:hover{
  letter-spacing:1.5px!important;
  transition:.4s;
}
.atc-button--text{
  font-size:14px!important;
  letter-spacing:2px;
  text-transform:uppercase;
}
.button-primary{
  box-shadow:5px 5px 0px #D70B04;
}
.button-text{

}
.home-section--subheading a{
  text-decoration:none!important;
}
.home-section--title{
  text-shadow: 1px 2px 0px #030565;
  position:relative;
  width:fit-content!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media screen and (min-width:860px){
.home-section--title{
  font-size:30px!important;
}}
.button-primary, .button-primary:hover{
  border: 1px solid #1e6fc7!important;
  border-width:2px!important;
}
.button-primary:hover{
  color:#ffffff!important;
}
.site-announcement:before{
  content:"";
  height:22px;
  width:100%;
  background-image:url(//fantasyislandtoys.com/cdn/shop/t/8/assets/topborder.png?v=97739968954802775551785173060);
  background-size:cover;
  background-position: center;
  display:block;
}

/* Fixes Search Results Search Bar sizing and spacing */
.productgrid--search{
  width:100%;
  margin-bottom:1rem;
}

/* Fixes */

/* Fix - Mobile Swipe Tip */
.mobile-swipe-tip {
  font-size: var(--font-size-body-smaller);
  margin-top: -18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-style: italic;
  color: #9a9a9a;
  z-index: 10;
  border-radius: 25px;
  box-shadow: 0 2px 2px rgba(0,0,0,.25);
}
.product-section--container .mobile-swipe-tip{
  top:7.5rem!important;
}
@media screen and (min-width: 860px) {
  .mobile-swipe-tip {
    display: none; 
  }
}
/* Fix - Flickity button positioning */
.flickity-prev-next-button {
  padding: .625rem;
}

/* Fix - Double sortby */
.utils-sortby-title {
  display: none;
}
@media screen and (min-width: 860px) {
  .utils-sortby-title {
    display: inline-block;
  }
}
/* Fix - Hover boxes */
.site-navigation a.navmenu-link:focus {
  outline: -webkit-focus-ring-color auto 5px !important;
}
  
/* Container Control - Add any new containers (sections) we created to the default responsive sizing */
/* . {
  max-width: 1300px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 720px) {
  . {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
@media screen and (min-width: 1080px) {
 . {
    padding-right: calc(40px);
    padding-left: calc(40px);
  }
} */
  
/* Base Button Styling */
.slideshow-button.button-secondary,
.slideshow-button.button-primary, 
.button-primary .button-text,
.button-secondary .button-text {
  text-decoration: none;
  display: inline-block;
}
  
/* Style the social icons */
.social-icons.social-icons-dark-light .social-link {
  color: #030565;
  padding: 0;
}
.social-icons .social-link:not(:first-child) {
  margin-left: 0.25rem;
}
.social-icons.social-icons-dark-light .social-link svg {
  background-color: unset;
}
.share-buttons.share-buttons-dark-light .share-buttons--list .share-buttons--button {
  color: #030565;
  background-color: unset;
  padding: 0;
}
.share-buttons .share-buttons--list .share-buttons--button:first-child,
.share-buttons .share-buttons--list .share-buttons--button:not(:first-child) {
  margin-left: 0.25rem;
}
.share-buttons .share-buttons--list {
  margin-top: .5rem; 
}
/* Inline share buttons */ 
.product--container .share-buttons .share-buttons--title,
.product--container .share-buttons .share-buttons--list {
  display: inline-block;  
  font-size: var(--font-size-body-smallest, .75rem);
}
.product--container .share-buttons--title {
  vertical-align: super;
}
@media screen and (min-width: 720px) {
  .product-main .share-buttons {
    margin-top: .5rem;
  }
}

/* Base Type Styles */
/* Default preheading color settings should be added to settings_schema.json after "color_text_headings"
      {
        "type": "color",
        "id": "color_preheading_text",
        "label": "Pre-Headings",
        "default": "#222222"
      },
*/
.home-section--preheading,
.preheading,
.alt-img-with-text--content .alt-img-with-text--text .preheading {
  font-size: var(--font-size-body-medium);
  color: ;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* HEADER */

/* Hybrid Header */
  
.site-header--hybrid .site-header-menu-button {
  visibility: visible; 
}
.site-header--hybrid .site-header-logo {
  grid-area: logo;
  text-align: center;
  justify-self: center;
}
.site-header--hybrid .site-header-menu-button {
  grid-area: menu;
}
.site-header--hybrid .bottomleft {
  grid-area: bottomleft;
}
.site-header--hybrid .bottomleft {
  grid-area: bottomright;
}
.site-header--hybrid .tools {
  grid-area: tools;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  flex-direction:row-reverse;
}
.site-header--hybrid input.live-search-form-field {
  /*border-radius: 25px 0 0 25px;*/
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: var(--font-size-body-smallest);
}
.site-header--hybrid button.live-search-button {
 /* border-radius: 0 25px 25px 0;  */
  padding-top: .35rem;
  padding-bottom: .5rem;
}
.live-search-form .form-field {
  height: 36px; 
}
  
@media screen and (max-width: 1023px) {
  .site-header--hybrid .site-header-main-content {
    margin: .5rem 0 .25rem;
    display: grid;
    width: 100%;
    grid-template-columns: 1.5rem 1.5rem auto 4rem;
    grid-template-rows: auto;
    grid-template-areas: 
        "menu search logo tools";
    column-gap: 1rem;
    row-gap: 1rem;
    align-items: center;
  }
  .site-header--hybrid .site-header-search-button {
    grid-area: search;
    display: block;
  }
  .site-header--hybrid .small-promo {
    display: none;
  }
  .site-header--hybrid .live-search {
    display: none;
  }
  .site-header--hybrid .live-search.live-search--takeover {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .site-header--hybrid .site-header-search-button {
    display: none;
  }
  .site-header--hybrid .site-header-main-content {
    display: grid;
    width: 100%;
    grid-template-columns: 20rem auto 17rem 3rem;
    grid-template-rows: auto auto 1.5rem;
    grid-template-areas: 
        "menu logo topright topright"
        "search logo promo tools"
        "bottomleft logo bottomright bottomright";
    column-gap: 1rem;
    row-gap: .25rem;
    align-items: center;
  }
  .site-header--hybrid .live-search {
    grid-area: search;
  }
  .site-header--hybrid .small-promo-icon svg {
    width: 22px;
    height: auto;
    margin-right: 1rem;
  }
  .site-header--hybrid .small-promo-text-desktop p {
    margin: 0; 
  }
  .site-header--hybrid .site-header-menu-button {
    visibility: hidden; 
  }
  .site-header--hybrid .site-header-actions {
    flex: unset; 
  }
  .site-header--hybrid .site-navigation .navmenu-depth-1 {
    text-align: center; 
  }
  .site-header--hybrid .small-promo {
    width: 100%;
    grid-area: promo;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
  }
  .site-header--hybrid .live-search--active {
    position: relative;
    z-index: 9999;
  }
  .site-header--hybrid .live-search--active .search-flydown {
    width: 200%;
    border-top: 1px solid ;
    margin-top: -1px;
  }
}
  
.site-navigation .navmenu-depth-1 > li {
  padding: 0; 
}
.site-navigation .navmenu-depth-2 {
  text-align: left; 
}
.site-navigation .navmenu-depth-2 .navmenu-link {
  font-size: var(--font-size-body-small); 
}
.site-header-menu-icon {
  padding-top: 12px; 
}
@media screen and (max-width: 1024px){
.site-header-search-icon{
  padding-left:5px!important;
}}


/* Mega Menu */
.navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text{
  color:#1e6fc7!important;
}
.meganav-inner{
  border-bottom:8px solid #1e6fc7;
}
.site-navigation .navmenu-meganav--image-link{
  font-size: var(--font-size-body-tiny);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Option: Contain the MM width */
@media screen and (min-width: 720px) {
  .navmenu-meganav[data-meganav-id="6c1440ad-73a2-4e83-ab7b-f6330e63debb"] {
    display: block; /* testing */ 
  }
  .navmenu-meganav.navmenu-meganav--desktop {
    max-width: 1200px;
    left: 50%!important;
    transform: translateX(-50%);
    width:auto; /* Fit to content */
  }
  .navmenu-meganav--scroller {
    padding-left: 60px;
    padding-right: 60px;
  }
  ul.navmenu.navmenu-depth-2.navmenu-meganav-items {
    padding-top: 50px;
    padding-bottom: 40px;
    overflow-x: visible;
  }
  .navmenu-meganav--image-container {
    display: flex; 
  }
  .navmenu-meganav--image-container > li {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .navmenu-meganav--image-container img {
  }
  .navmenu-meganav.navmenu-meganav--desktop .navmenu-item-text {
    font-size: var(--font-size-body-smaller);
    padding: 0.175rem 1.4375rem 0.175rem 1.5625rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .navmenu-meganav.navmenu-meganav--desktop .navmenu-depth-3 {
    background-color: transparent; 
  }
  .site-navigation .navmenu-depth-2 .navmenu-link {
    font-size: var(--font-size-body-tiny);
    padding: 0.275rem 1.4375rem 0.275rem 1.5625rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 720px) {
  .navmenu-meganav--image-container {
	display: none;
  }
  .mobile-nav-content .navmenu {
    width: 100%; 
  }
  ul.navmenu.navmenu-depth-2.navmenu-meganav-items {
    padding-bottom: 25px;
  }
}

/* HOMEPAGE */

/* Bring up default mobile CTA for Featured Collection */
@media screen and (max-width:1024px){
.featured-collection--cta-wrapper{
  margin-top:1rem!important;
}}

/* Slideshow */
@media screen and (max-width:860px){
.slideshow-background{
  background-image:unset!important;
  background-color:#E5F2FF!important;
}}
.slideshow{
  max-width:92%;
  margin:auto;
}
#shopify-section-static-slideshow{
  background-color:#E5F2FF;
}
.slideshow-image {
  opacity: 1; 
  width: 100%;
  height: initial;
  background-color:#E5F2FF!important;
}  
@media screen and (min-width: 640px) {
  .slideshow-image-mobile {
    opacity: 0;
    width: 100%;
    height: 0;
    background-color:#E5F2FF!important;
  }
}
@media screen and (max-width: 639px) {
  .with-mobile .slideshow-image {
    opacity: 0; 
    width: 100%;
    height: 0;
    display:none!important;
  }  
  .slideshow-image-mobile {
    opacity: 1;
    width: 100%;
    height: initial;
  }
}


/* Instafeed */


/* COLLECTION PAGE */  
@media screen and (min-width: 720px){
.collection--section {
    margin-top: unset!important;
}}

/* Breadcrumbs */  
.breadcrumbs-container {
  text-transform: uppercase; 
}
.breadcrumbs-container a, .breadcrumbs-container span {
  font-size: var(--font-size-body-smallest, .75rem);
}  
  
/* Sort */
.utils-filter-button .utils-filter-text,
.productgrid--utils,
.utils-sortby-title,
.utils-sortby-button,
.utils-showby-title,
.utils-showby-item,
.utils-sortby-select .form-field-select,
.utils-sortby-select svg {
  font-size: var(--font-size-body-tiny, .675rem);
  color:#1E6FC7;
  text-transform:uppercase;
}
.productgrid--utils {
  background-color: unset;
}
.utils-sortby-title {
  display: none;
}
.utils-sortby {
  padding-left: 0rem; 
}
.utils-filter-button,
.utils-sortby-button {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (min-width: 860px) {
  .utils-sortby-title {
    display: inline-block;
  }
  nav.productgrid--utils {
  }
  .utils-sortby {
    padding-left: 1rem; 
  }
}

/* Type Styles */
/* Collection Header */
.template-collection .collection--section  .collection--title {
  /*font-size: var(--font-size-heading-large, 2.25rem);*/
}
/* Product Grid */
.productgrid--outer .productitem{
  border: 1px solid #E5F2FF!important;
  padding-left: unset!important;
  padding-right: unset!important;
}
.productgrid--item{
  
  border-radius:10px!important;
}
.productgrid--item .productitem {
  text-align: center;
  border-radius: 9px;
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:.75rem;
  
}
.productgrid--item .productitem--title a {
  color: #030565!important;
}
.productgrid--item .price--compare-at,
.productgrid--item .price--main {
  font-size: 13px;
  color: #494949;
  
}
.productgrid--item .productitem--vendor {
  color: #494949;
  font-size:11px;
  letter-spacing:1.5px;
  text-transform:uppercase;
}  
/* put the pricing on one line */
.productitem--price div {
  display: inline-block; 
}

@media screen and (min-width: 1080px) {
  .featured-collection--container .featured-collection--content[data-layout="grid"] {
    grid-template-columns: repeat(4, 1fr); /* sets number of columns */
  }
}  

/* Featured Collections */
@media screen and (max-width: 719px) {
  .featured-collections--grid-item {
    width: 49%;
  }   
  .featured-collections--grid-item:nth-child(even) {
    padding-left: 0;
  }
}

.featured-collections--container .promo-block-mosaic--content-align-bottom-left .promo-block-mosaic--content-wrapper, 
.featured-collections--container .promo-block-mosaic--content-align-bottom-center .promo-block-mosaic--content-wrapper, 
.featured-collections--container .promo-block-mosaic--content-align-bottom-right .promo-block-mosaic--content-wrapper {
    transform: unset;
}
@media screen and (min-width: 720px) {
  .featured-collections--container .featured-collections--content {
      display: grid !important;
      grid-template-columns: 2fr 5fr !important;
      grid-template-rows: auto !important;
      grid-template-areas: "col main" !important;
      column-gap: 10px !important;
  }
  .featured-collections--container .promo-block-mosaic {
    grid-area: main !important;
    width: 100% !important;
  }
  .featured-collections--container .featured-collections--grid-items-container {
      grid-area: col !important;
      width: 100% !important;
      row-gap: 10px !important;
  }
  .featured-collections--container .featured-collections--grid-items-container.featured-collections--lte-2-grid-items {
    width: unset !important;
  }
  .featured-collections--content .promo-block-mosaic--background {
    position: static !important;
    width: 100% !important;
    height: calc(100% - 1.75rem) !important;
    opacity: 1 !important;
    border-radius: 9px !important;
  }
.featured-collections--container .promo-block-mosaic--content-align-bottom-left .promo-block-mosaic--content-wrapper, 
.featured-collections--container .promo-block-mosaic--content-align-bottom-center .promo-block-mosaic--content-wrapper, 
.featured-collections--container .promo-block-mosaic--content-align-bottom-right .promo-block-mosaic--content-wrapper {
    top: 100% !important;
    transform: translateY(-50%) !important;
  }
  
  .featured-collections--content .promo-block-mosaic {
    background: unset !important;
    background-color: unset !important;
  }
}


  
/* Collection Page */
@media screen and (min-width: 860px){
.productgrid--sidebar {
    float: left;
    width: 200px;
}}
.productgrid--sidebar .breadcrumbs-container{
  max-width:200px;
}
@media screen and (min-width: 860px){
.layout--has-sidebar .productgrid--wrapper {
    float: left;
    width: calc(100% - 225px);
    margin-left: 25px;
}}
.pagination__item--active{
    background-color: #FE9500;
    color: #ffffff;
    padding-left: 9px;
    padding-right: 9px;
    padding-top:2px;
    padding-bottom:2px;
    border-radius:100px;
}
.pagination__item--link{
  color: #A4A4A4!important;
}
@media screen and (max-width:860px){
#back-home-link, #back-home--container{
  display:none!important;
}}
#back-home--container{
  width: 226px;
  display: flex;
  float:left;
  margin-bottom:10px;
}
@media screen and (min-width: 860px){
#new-info--container{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 232px);
  align-items:flex-end;
}}
#collection-info-sortby--container{

}
.collection--information{
  
}
.productgrid--sidebar{
  
}
.productgrid--wrapper{
}
.productgrid--masthead{
  width: 100%;
  display:flex;
  align-items:flex-end;
}
@media screen and (max-width: 859px){
.productgrid--masthead{
    display: flex;
    flex-direction: column;

}
.collection--title{
  text-align:center;
}
.productgrid--utils{
  padding-bottom:5px;
}}
#back-home-link{
  color:#404040!important;
  font-size:11px!important;
  letter-spacing:1.6px!important;
  text-decoration:none!important;
  text-transform:uppercase!important;
}
@media screen and (min-width:720px){
.productgrid--utils {
  background-color: unset;
  max-width:16rem;
  margin:unset;
}}
.utils-sortby-title {
  color:#1E6FC7;
  text-transform:uppercase;  
}
@media screen and (min-width:860px){
.utils-sortby {
  text-align: center!important; 
  padding-left: 0rem; 
  background-color:#E5F2FF;
  color:#404040!important;
}}

.utils-filter-button,
.utils-sortby-button {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (min-width: 860px) {
  .utils-sortby-title {
    display: inline-block;
    font-size:12px;
  }
  .utils-sortby {
    padding-left: 1rem; 
    padding-right:unset;
  }
}
@media screen and (min-width:860px){
.collection--title{
  font-size:30px;
}}
.filter-menu {
    padding: 12px 20px 40px 20px!important;
}
.filter-group h4:after{
  color: #000000!important;
}
.filter-group li a{
  text-transform:capitalize;
}
.filter-group+.filter-group h4 {
  text-transform:uppercase!important;
}
@media screen and (min-width:860px){
.collection--section{
  margin-top:unset!important;
}}
@media screen and (min-width: 860px){
.productgrid--items{
  margin-top:10px!important;
}}
@media screen and (max-width: 720px){
.results--container{
   margin-top:-1rem
}}
@media screen and (min-width: 720px){
.collection--section .productgrid--masthead.no-breadcrumbs {
    margin-top: 1.5rem;
  margin-bottom:1.5rem;
}}

.collection--description.rte.mobile, .collection--description.rte.mobile a{
  text-align:center;
  font-size:12px!important;
}
@media screen and (min-width:860px) {
  .collection--description.mobile
  {
    display: none;
  }
}
@media screen and (max-width:859px) {
  .collection--description.desktop
  {
    display: none;
  }
}

/* COLLECTION LIST PAGE */
.collection--item-title {
  font-weight: 400;
}
  
  
/* PRODUCT PAGE */
.template-product .site-main {
  /*background-color: #E5F2FF;*/
}
.shopify-section.product--section {
  background-color: #E5F2FF;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product--container {
  background-color: #fff;
  padding: 2rem;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.product-gallery--media, .product--container, .template-product .highlights-banners, .product-text, button.product-gallery--media-thumbnail.product-gallery--image-thumbnail, .product-gallery--media-thumbnail-img {
  border-radius: 10px;
}
.product--section .breadcrumbs-container {
  padding: 0;
}
.product-block.product-block--vendor, .product-block.product-block--title, .product-block.product-block--rating, .product-block.product-block--price {
  text-align: center;
}
.product-block.product-block--vendor {
  font-size: var(--font-size-body-small);
}
.product-vendor {
   margin: 0.234375rem 0;
}
.product-text {
  background-color: #E5F2FF;
  padding: 2px 1rem;
  text-align: center;
}
.template-product .highlights-banners-container {
  padding-left: 0;
  padding-right: 0;
}
.template-product .highlights-banners {
  box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.template-product .highlights-banners--section {
  padding-bottom: 4rem;
}
.product-section--title {
  font-size: var(--font-size-heading-1);
  text-align: center;
  text-shadow: 1px 1px 0 BLACK;
}
.product-recommendations--section,
.product-recommendations--container {
  background-color: #E5F2FF;
}
.product-recommendations--title {
  margin-top: 0;
}
.product-recommendations--container .product-section--content {
  margin-bottom: 0;
}

/* Judge.me */
#shopify-section-template--16733197500637__168738622663b0833a {
  background-color: #fff;
}
#shopify-section-template--16733197500637__168738622663b0833a .product-section--container {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.jdgm-prev-badge {
    text-align: center;
}


/* Product card */
.product-row .productgrid--item,
.product-row.product-row--no-spacing .productgrid--item {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #E5F2FF;
}
.productitem--info {
  padding: 1rem;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .product-section--container {
    margin-top: 0;
    background-color: #E5F2FF;
    padding-left: 0;
    padding-right: 0;
  }
  .product--container {
    padding: 2.5rem 4rem;
  }
}

@media screen and (min-width:720px) {
  .layout--two-col-medium [data-product-gallery-thumbnails=left] .product-gallery--navigation,
  .layout--two-col-large [data-product-gallery-thumbnails=left] .product-gallery--navigation,
  [data-product-gallery-thumbnails=left] .gallery-navigation--scroller,
  .layout--two-col-medium [data-product-gallery-thumbnails=left] .product-gallery--media-thumbnail,
  .layout--two-col-large [data-product-gallery-thumbnails=left] .product-gallery--media-thumbnail {
    max-width: 6.25rem;
    width: 6.25rem;
  }
  [data-product-gallery-thumbnails=left] .product-gallery--navigation {
    margin-right: 0.5rem;
  }
}

/* Type Styles */
.product--price .price--compare-at, .product--price .price--main {
  font-size: 22px;
}

/* Collapse - the space of the hidden elements */
.shopify-payment-button__button--hidden {
  visibility: collapse;
  margin-top: 0 !important;
  height: 0;
}

/* Product Buttons - set the width of buttons */
@media screen and (min-width: 1080px) {
  .product--container .product-form--atc-button,
  .shopify-payment-button,
  .shopify-payment-button .shopify-payment-button__button {
    /*width: unset; 
    min-width: 12rem;
    width: fit-content;*/
  }
}

/* Better thumbnail grid */
/* strip off the photo highlighting on desktop 
.product-gallery--navigation .product-gallery--media-thumbnail[data-gallery-selected="true"],
.product-gallery--navigation .product-gallery--media-thumbnail[data-gallery-selected="true"]:focus,
.product-gallery--navigation .product-gallery--media-thumbnail:focus {
  box-shadow: none;
}
/* Set height of mobile thumbnails
.product-gallery--navigation .product-gallery--media-thumbnail-img,
.product-gallery--navigation .product-gallery--media-thumbnail {
  height: 10rem; 
  width: auto;
}
 
@media screen and (min-width: 720px) {
  .smart-payment-enabled .product-form--atc-button,
  .shopify-payment-button .shopify-payment-button__button--unbranded,
  .shopify-payment-button__more-options {
    width: fit-content;
  }
  .product-gallery--navigation {
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-navigation--scroller {
    display: grid;
    grid-template-columns: 32% 32% 32%; /* Set to 24% for 4 column 
    column-gap: 2%;  Set to 1.33% for 4 column 
    row-gap: 2%; /Set to 1.33% for 4 column 
  }
  .product-gallery--media-thumbnail,
  .product-gallery--image-thumbnail {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  .product-gallery--media-thumbnail-img {
    height: auto;
    width: 100%;
  }
}*/

/* 404 Template */
.fourohfour--container {
  margin-bottom: 0;
}

/* Logo List Stuff */
@media screen and (min-width: 1024px){
.logolist--item {
    width: 250px;
}}
@media screen and (max-width: 1023px){
.logolist--item {
    width: 150px;
}}
@media screen and (min-width: 1024px){
.logolist--image {
    min-width: 250px;
}}
@media screen and (min-width:860px) and (max-width: 1023px){
.logolist--image {
    min-width: 150px;
}}
@media screen and (max-width:480px) {
  .logolist--container {
  }
  .logolist--inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .25rem;
  }
  .logolist--item {
    width: 100%;
  }
  .logolist--item {
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .logolist--image {
    width: 100%;
  }
}
  

/* Updated Image w/ Text */
.alt-img-with-text--text.position-middle.alignment-center{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
@media screen and (max-width:860px){
.alt-img-with-text--text.position-middle.alignment-center{ 
  min-width:100%;
}}

/* Instafeed */  
/* Hide the o.g. Instafeed */
#insta-feed {
  display: none;
}
/* Use our Instafeed */
#insta-container #insta-feed {
  display: block;
  margin-top: 0;
}

/* Add special grid */
#insta-container #insta-feed {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas:  
      "one two three four";
  column-gap: 1rem;
  row-gap: 1rem;
  align-items: stretch; 
}
@media screen and (max-width:860px){
#insta-container #insta-feed {
  grid-template-columns: 1fr 1fr;
  grid-template-areas:  
      "one two"
     "three four";
}}
#insta-container #insta-feed a .instafeed-container {
  width: 100%!important;
  height: 100%!important;
  padding-top:100%!important;
}
#insta-container #insta-feed a:nth-of-type(1) {
  grid-area: one;
} 
#insta-container #insta-feed a:nth-of-type(2) {
  grid-area: two;
}  
#insta-container #insta-feed a:nth-of-type(3) {
  grid-area: three;
}
#insta-container #insta-feed a:nth-of-type(4) {
  grid-area: four;
}  
#insta-container #insta-feed a:nth-of-type(5) {
  grid-area: five;
}  
#insta-container #insta-feed a:nth-of-type(6) {
  grid-area: six;
}  
#insta-container #insta-feed a:nth-of-type(7) {
  grid-area: seven;
} 
/* End special grid */

#insta-container {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}
#insta-container h2,
#insta-feed h2 {
  font-family: Naiche Bold!important;
  font-style: !important;
  font-weight: !important;
  font-size: var(--font-size-section-heading)!important;
  margin-bottom: 1.25rem;
  letter-spacing: 0.03em;
  color: #1e6fc7;
  text-align: center;
}
#insta-container .insta-rte {
  font-size: var(--font-size-body-smaller, .875rem);
  max-width: 80%;
  margin: .5rem auto;
}
#insta-container .insta-link {
  margin-top: 1rem;
}
#insta-container .insta-link a {
  font-size: var(--font-size-body-smaller, .875rem);
  color: #000;
  letter-spacing: 2px;
  text-decoration: none;
}
#insta-container {
  max-width: 1300px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 720px) {
  #insta-container {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
@media screen and (min-width: 1080px) { 
  #insta-container {
    padding-right: calc(40px);
    padding-left: calc(40px);
  }
}
#insta-feed{
  margin-top:15px!important;
}
#insta-container .home-section--title:before{
  content:"";
  display:block;
  position:absolute;
  top:-2.5rem;
  width: 80px;
  height: 75px;
  background-image:url(//fantasyislandtoys.com/cdn/shop/t/8/assets/headingicon.png?v=16527916529690088321785173056);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  left:-4rem;
}}
@media screen and (max-width:859px){
#insta-container .home-section--title:before{
  content:"";
  display:block;
  position:absolute;
  top:-1.25rem;
  width: 40px;
  height: 37.5px;
  background-image:url(//fantasyislandtoys.com/cdn/shop/t/8/assets/headingicon.png?v=16527916529690088321785173056);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  left:-1.75rem;
}}

#insta-container .home-section--preheading a{
  color:#2FA591;
  text-decoration:none;
  font-size:14px!important;
  letter-spacing:2px;
}
#insta-container .home-section--title{
  margin-bottom:unset!important;
  margin-bottom:15px!important;
}
#insta-feed img{
  border-radius:unset!important;
  border-radius:9px!important;
}
.site-footer{
  position:relative;
}
.site-footer:before{
  display:block;
  content:"";
  width:100%;
  height: 65px;
  background-image:url(//fantasyislandtoys.com/cdn/shop/t/8/assets/foot.png?v=110469213100117443271785173055);
  background-size: 100% 100%;
  position: relative;
  top: -3rem;
}
@media screen and (max-width:720px){
.site-footer:before{
  top:-2rem!important;
}}
.shopify-section-group-footer-group{
  z-index:5!important;
  position:relative;
}
#insta-feed, #insta-container{
  z-index:9999!important;
  position:relative;
}
@media screen and (min-width:860px){
#insta-container{
    margin-bottom:-4rem;
}}
@media screen and (max-width:860px){
#insta-container{
  margin-bottom:-4rem;
}}
@media screen and (min-width:860px){
.site-footer{
  padding-top:unset;
}}
.site-footer-block-title{
  color:#1E6FC7;
  text-transform:uppercase;
}
.site-footer-block-content .navmenu-link {
    color: #494949;
}
.site-footer-credits{
  font-size:12px!important;
}
#new-footer-bottom{
  width:100%; 
  height:45px;
  background-color: #1E6FC7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap:20px;
}
.site-footer{
  padding-bottom:unset;
}
.site-footer-credits:not(:first-child){
  margin-top:unset;
}
.site-footer-block-newsletter .newsletter .newsletter-input .form-field-input {
  background-color:#ffffff!important;
}
.site-footer-block-newsletter .newsletter-input input::placeholder {
  color: #ccc;
}
.social-link svg {
  width: 43px;
  height: 43px;
  color:#1E6FC7;
}
@media screen and (min-width: 1024px){
.site-footer-block-item {
    width: calc(20% - 1.171875rem * 3 / 4);
}}
@media screen and (min-width: 1400px){
.site-footer-block-item.site-footer-block-newsletter {
    width: calc(29% - 1rem);
}}
@media screen and (min-width: 1024px){
.site-footer-blocks {
   justify-content:flex-end;
}}
@media screen and (min-width: 1024px){
.site-footer:after{
  content:'';
  position:absolute;
  display:block;
  width:112px;
  height:105px;
  background-image:url(//fantasyislandtoys.com/cdn/shop/t/8/assets/footerlogo.png?v=53063044329615765641785173055);
  background-size:100% 100%;
  left:5%;
  top:15%;
}}
@media screen and (max-width: 1024px){
.site-footer:after{
  content:'';
  position:absolute;
  display:block;
  width:60px;
  height:53px;
  background-image:url(//fantasyislandtoys.com/cdn/shop/t/8/assets/footerlogo.png?v=53063044329615765641785173055);
  background-size:100% 100%;
  left:50%;
  bottom:10%;
}}

@media screen and (max-width: 1024px){
  .site-footer:after{
      width: 120px;
      height: 106px;
      left: 50%;
      transform: translateX(-50%);
      bottom: 10%;
  }
  .site-footer-information {
      margin-top: 7rem;
  }
}
  
.site-footer{
  position:relative;
}
@media screen and (max-width: 1024px){
  .site-footer-blocks {
    display: flex;
    flex-direction: column;
  }
  .site-footer-block-item {
    order: 2;
  }
  .site-footer-block-item.site-footer-block-newsletter {
    align-items: center;
    order: 1;
  }
  .site-footer-block-item.site-footer-block-newsletter h2 {
    text-align: center;
  }
}

/* Gift Reggie */
 /* background of the section - none or a color */
 /* background of the form - none or a color */
 /* provides contrast for parts of the form - none or a color */
 /* color */
 /* color */



.giftreggie-front.giftreggie-login, .giftreggie-front.giftreggie-signup, .giftreggie-front.giftreggie-create, .giftreggie-front.giftreggie-manage, .giftreggie-front.giftreggie-admin.giftreggie-registry.giftreggie-manager, .giftreggie-front.giftreggie-admin.giftreggie-registry.giftreggie-guest {
   margin: 40px auto;
    background: none;
   padding: 40px;
}
.giftreggie-front.giftreggie-login, .giftreggie-front.giftreggie-signup, .giftreggie-front.giftreggie-manage, .giftreggie-front.giftreggie-find, .giftreggie-front.giftreggie-landing {
   max-width: 600px;
   margin: 40px auto;
   padding: 40px;
}
@media screen and (max-width:860px){
.giftreggie-front.giftreggie-login, .giftreggie-front.giftreggie-signup, .giftreggie-front.giftreggie-manage, .giftreggie-front.giftreggie-find, .giftreggie-front.giftreggie-landing {
  padding:10px!important;
}}
 .giftreggie-front .giftreggie-footer, .giftreggie-front h4, .giftreggie-front h3 {
   text-align: center;
}
 .giftreggie-front.giftreggie-create, .giftreggie-front.giftreggie-admin.giftreggie-registry.giftreggie-manager, .giftreggie-front.giftreggie-admin.giftreggie-registry.giftreggie-guest {
   max-width: 960px;
}
 .giftreggie-header {
   margin-bottom: 30px;
}
 .giftreggie-front .giftreggie-body {
   border: none !important;
}
 .giftreggie-body form label {
   font-size: 11px;
   text-transform: uppercase;
   letter-spacing: 1px;
     color: #3c403a;
   font-weight: 400;
}
 .giftreggie-body form input {
     border: 1px solid #ddd;
   width: 100%;
   padding: 10px;
   margin-top: 5px;
}
 .giftreggie-body input[type="submit"] {
   background-color: #1e6fc7;
   color: #fff;
   font-size: 12px;
   letter-spacing: 1px;
   text-transform: uppercase;
   font-weight: 700;
   padding: 15px;
   border: none;
   margin-bottom: 15px;
}
 .registry-profile-block.giftreggie-band, .giftreggie-body, .giftreggie-landing-overview {
   background: #fff;
   box-shadow: 0 4px 6px rgba(0, 0, 0, .24);
   padding: 30px;
}
 .registry-profile-block.giftreggie-band .giftreggie-band, .giftreggie-body .giftreggie-band, .giftreggie-landing-overview .giftreggie-band {
   background-color: #f9f8f5;
}
 .giftreggie-landing-row {
   margin-top: 0 !important;
   padding: 16px 12px 12px !important;
   border-bottom: 1px solid #ddd !important;
}
 .giftreggie-landing-overview a:last-of-type .giftreggie-landing-row {
   border-bottom: none !important;
}
 .giftreggie-landing-row h4 {
   font-size: 14pt !important;
   font-weight: 600;
}
 .giftreggie-landing-row p {
   margin: 0 !important;
}
 .gift-reggie-button {
  /*margin-top: 25px;
  */
}
 .gift-reggie-button .btn {
   border: none;
   padding: 2px 0 2px 20px;
   background-color: transparent;
   background-image: url('https://cdn.shopify.com/s/files/1/0268/1395/6158/t/3/assets/icon-present.png?v=1594753865');
   background-position: left center;
   background-repeat: no-repeat;
   background-size: 16px;
   cursor: pointer;
   font-size: 0.75rem;
   font-weight: 600;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   color: #87949a;
   margin-top: 10px;
}
 .gift-reggie-button .btn:hover {
   color: black;
}
 .giftreggie-registry p, .giftreggie-registry table {
   width: 100%;
   text-align: center;
}
 .giftreggie-registry a {
   color: black;
}
 .giftreggie-front table tr th {
   text-transform: uppercase;
   font-size: 10px;
   letter-spacing: 1px;
}
 .giftreggie-registry button#save-changes, .giftreggie-registry button#discard-changes {
   border: 1px solid #87949a;
   padding: 12px 25px 10px;
   margin: 5px;
   cursor: pointer;
   text-transform: uppercase;
   font-size: 11px;
   font-weight: 600;
   letter-spacing: 1px;
}
 .giftreggie-registry button#save-changes {
   background-color: #87949a;
   color: #fff;
}
 .giftreggie-registry button#discard-changes {
   background-color: #fff;
   color: #87949a;
   border: 1px solid #87949a;
}
.giftreggie-footer p a, 
.giftreggie-header p a,
.giftreggie-body p a ,
.giftreggie-body td a {
  color: inherit;
}
.giftreggie-signup{
  width:100%;
}
#registry-captcha{
  max-width:inherit!important;
}
@media screen and (min-width:860px){
.fancify-buttons{
  margin-top:3rem;
}}

.productitem--badge {
  top: .375rem;
  right: .375rem;
  bottom: unset;
  left: unset;
  width: 4rem;
  height: 4rem;
  clip-path: circle(1.9rem);
  line-height: 1rem;
  display:flex;
  align-items:center;
}
.productitem--badge {
  top: unset;
  right: -1.75rem;
  bottom: 0;
  transform: translateX(-50%);
  padding: .375rem .75rem;
  text-transform:uppercase;
}
.badge--soldout{
  border:1px solid #030565;
}
.badge--sale{
  border:1px solid #1E6FC7;
}
.product-section--title{
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.product-section--container{
  padding-top:3rem;
}
.product-section--title:before{
  content:"";
  display:block;
  position:absolute;
  top:-2.5rem;
  width: 80px;
  height: 75px;
  background-image:url(//fantasyislandtoys.com/cdn/shop/t/8/assets/headingicon.png?v=16527916529690088321785173056);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  left:-4rem;
}
@media screen and (max-width:859px){
.product-section--container{
  margin-top:unset;
}
.product-section--title:before{
  content:"";
  display:block;
  position:absolute;
  top:-1.25rem;
  width: 40px;
  height: 37.5px;
  background-image:url(//fantasyislandtoys.com/cdn/shop/t/8/assets/headingicon.png?v=16527916529690088321785173056);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  left:-1.75rem;
}}

.button-primary {
  padding: 0.6875rem 0.75rem;
}


@media screen and (max-width:860px){
.highlights-banners-container,  .product--container {
  margin-left:10px;
  margin-right:10px;
}}
@media screen and (max-width:720px){
.breadcrumbs-container{
  display:none;
}}

/* Gift Finder */
.gift-finder--container {
  /*max-width: 1600px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;*/
}

.gift-finder-wrap {
  background-image: url(//fantasyislandtoys.com/cdn/shop/t/8/assets/Quiz_Option_2-Tea_Wall.jpg?v=6199);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  margin-left: 40px;
  margin-right: 40px;    
  min-height: 700px;
}
  

@media screen and (max-width: 1080px){
.gift-finder-wrap {
  background-image: url(//fantasyislandtoys.com/cdn/shop/t/8/assets/Quiz_Option_2-Tea_Wall.jpg?v=6199);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  min-height: 700px;
  margin-left: 25px;
  margin-right: 25px;
  padding-left:10px;
  padding-right:10px;
}}
@media screen and (max-width: 720px){
.gift-finder-wrap {
  background-image: url(//fantasyislandtoys.com/cdn/shop/t/8/assets/Quiz_Option_2-Tea_Wall.jpg?v=6199);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px;
  height:auto;
  margin-left: 25px;
  margin-right: 25px;
  padding-left:10px;
  padding-right:10px;
}}
@media screen and (max-width: 860px){
.gift-finder-wrap {
  background-image: url(//fantasyislandtoys.com/cdn/shop/t/8/assets/Quiz_Option_2-Tea_Wall.jpg?v=6199);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 280px;
}
}
  
@media (max-width:860px) and (min-width:300px){
.gift-finder-wrap {
  background-image: url(//fantasyislandtoys.com/cdn/shop/t/8/assets/Quiz_Option_2-Tea_Wall.jpg?v=6199)!important;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 300px;
}
}
  
.gift-finder-content {
  width: 100%;
  dispay:flex;
  flex-direction:column;
}  

  
@media screen and (min-width: 720px){
.gift-finder-content {
  width: calc(50% - 50px);
  margin-right: 50px;
  float: left;
}
}
  
@media screen and (min-width: 720px){
.gift-finder-content h2{
  text-align: left;
}
}

@media screen and (min-width: 720px){
.gift-finder-top{
	background-color: #b0e0dd; 
    padding-top:30px; 
    padding-bottom:30px; 
    padding-left:10px; 
    padding-right:30px;
}
}
  
  
@media (max-width:720px) and (min-width:300px){
.gift-finder-top{
	background-color: #b0e0dd; 
    padding-top:30px; 
    padding-bottom:30px; 
    padding-left:10px; 
    padding-right:30px;
  	margin-top:15px;
}
}


@media screen and (min-width: 720px){
.gift-finder-subheading{
      text-align: left; 
      margin: auto;
      margin-left:30px;
  	  margin-top:15px;
  	  font-weight:100!important;
  	  max-width:350px;
    }
}
  
@media screen and (min-width: 720px){
.gift-finder-title{
      text-align: left; 
      margin: auto;
      margin-left:30px;
      max-width:400px;
    }
}
  
@media (max-width:720px) and (min-width:300px){
.gift-finder-title{
      margin: auto;
      text-align:left;
	  padding-left:20px;  
    }
}
  
@media (max-width:720px) and (min-width:300px){
.gift-finder-subheading{
      margin: auto;
  	  margin-top:20px;
  	  font-weight:100!important;
      font-size:11px;
  	  text-align:left;
	  padding-left:20px;
}
}
  
@media (max-width:720px){
.gift-finder-form {
  background-color:white;
  padding-left:30px;
  padding-right:30px;
}
}

@media screen and (min-width: 720px){
.gift-finder-form {
  background-color:white;
  padding-left:30px;
  padding-right:30px;
  padding-top:35px;
  padding-bottom:40px;
  height:450px;
  
}
}
  
@media (max-width:720px) and (min-width:300px){
.gift-finder-form-left {
  padding-left:30px;
  padding-right:30px;
  margin-top:20px;
  
}
}

@media screen and (min-width: 720px){
.gift-finder-form-left {
  padding-left:30px;
  padding-right:30px;
  margin-top:75px;
  height:450px;
  margin-left:50px;
}
}
  
.gift-finder-input{
  background-color:#efefef;
  border-radius:0!important;
  border:none;
  height:60px;
  color:#0c1f57;
  font-weight:normal;
}
  
@media screen and (min-width: 720px){
.gift-finder-form {
	max-width:500px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #E5F2FF;
    border-radius:9px!important;
}
}
  
@media screen and (min-width: 720px){
.gift-finder-form-left {
	max-width:800px;
    margin-left:auto;
    margin-right:auto;
}
}

.whole-form{
	border:1px solid black;
}

#gift-finder .form-fields-columns {
  margin: 0;
}
  
#gift-finder .form-fields-columns .form-field {
  	width: 100%!important;
    margin: 10px 0!important;
}
#gift-finder .form-fields-columns label.gift-finder-label {
      margin-bottom: 8px;
      display: block;
      font-weight:100;
}
    
#gift-finder .form-fields-columns select {
      width: 100%!important;
}
  
#gift-finder .form-fields-columns .button-primary {
    margin-top: 10px;
    padding: 10px 60px;
  	height:50px;
  	font-size:16px;
  	letter-spacing: 1px;
}
.shopify-policy__container{
  max-width:1100px!important;
}

/* Brands page */
.brands-list ul {
  text-align: center;
  list-style-type: none;
  padding-left: 0;
}
.brands-list ul li {
  padding: .25rem 0;
}
.brands-list ul li a {
  color: #4d4d4d; 
  text-decoration: none;
}
.brands-list ul li a:hover {
  text-decoration: underline;
}
.brands-list-wrapper {
  /*display: flex;*/
  /*flex-grow: 1;*/
}
.brands-list {
  /*width: 66.67%;*/
  align-self: center;
}
.and-more {
  text-align: center;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  margin-top: -50px;
}
.logolist--inner + .home-section--title-container {
  margin-top: 3rem;
}

@media screen and (min-width: 480px) {
  .brands-list ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    text-align: center;
    list-style-type: none;
    padding-left: 0;
  }
}
@media screen and (min-width: 720px) {
  .brands-list ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
.page-title{
  max-width:fit-content!important;
  margin-left:auto!important;
  margin-right:auto!important;
  position:relative;
}
.page-title:before{
  content:"";
  display:block;
  position:absolute;
  top:-2.5rem;
  width: 70px;
  height: 55px;
  background-image:url(//fantasyislandtoys.com/cdn/shop/t/8/assets/headingicon.png?v=16527916529690088321785173056);
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  left:-3.5rem;
}
@media screen and (max-width:859px){
.page-title:before{
    content: "";
    display: block;
    position: absolute;
    top: -1rem;
    width: 50px;
    height: 35px;
    background-image:url(//fantasyislandtoys.com/cdn/shop/t/8/assets/headingicon.png?v=16527916529690088321785173056);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: -2.5rem;
}}

.in-stock-notification-form .form-title{
  margin-bottom:3rem!important;
}
.collection--title{
  text-transform:capitalize!important;
}



@media screen and (min-width: 480px) {
  .image-with-text.image-with-text-section-height-original .image-with-text-content-wrapper {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
  }
  .image-with-text-background {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}

#new-blog-banner{
  margin-top:1rem; 
  margin-left:auto; 
  margin-right:auto; 
  width:650px; 
  min-height:600px; 
  background-size:cover;
  background-position:center center;
}
.shopify-challenge__container .btn{
    border: 1px solid #1e6fc7!important;
    border-width: 2px!important;
    margin-top:2rem!important;
}
.shopify-challenge__container .btn:hover{
  color:#ffffff!important;
}
.shopify-challenge__container{
  margin-bottom:4rem;
}
.template-page .site-main{
  margin-bottom:4rem;
}
.giftreggie-front.giftreggie-wishlist-entry{
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:3rem!important;
  margin-bottom:3rem!important;
}