/** Shopify CDN: Minification failed

Line 55:62 Expected "}" to go with "{"

**/
@font-face {
  font-family: 'wsparadose';
  src: url('/cdn/shop/files/ws-paradose.woff?v=1758288644') format('woff');
}








/* --- For iPad Mini (and standard iPad) - Portrait --- */
@media (width: 768px) and (height: 1024px) and (orientation: portrait) {
     .custom-banner-top {height: 75vh;}
     .custom-content-bottom { padding-top: 15%;}
}

/* --- For iPad Mini (and standard iPad) - Landscape --- */
@media (width: 1024px) and (height: 768px) and (orientation: landscape) {
  .custom-banner-top {height: 75vh;}
  .custom-content-bottom { padding-top: 15%;}
}



/* For iPad Air (4th/5th Gen) in Portrait Mode */
@media (min-width: 820px) and (max-width: 1179px) and (orientation: portrait) {
  .custom-banner-top {height: 41vh;}
.custom-content-bottom__subtitle {font-size: 40px !important;}
}

/* For iPad Air (4th/5th Gen) in Landscape Mode */
@media (min-width: 1024px) and (max-width: 1180px) and (orientation: landscape) {
  .custom-banner-top {height: 75vh;}
.custom-content-bottom__subtitle {font-size: 40px !important;}
}




/* --- 12.9-inch iPad Pro - Portrait --- */
@media (width: 1024px) and (height: 1366px) and (orientation: portrait) {
    .custom-banner-top {height: 45vh;}
.custom-content-bottom__subtitle {font-size: 50px !important;}

/* --- 12.9-inch iPad Pro - Landscape --- */
@media (width: 1366px) and (height: 1024px) and (orientation: landscape) {
     .custom-banner-top {height: 80vh;}
.custom-content-bottom__subtitle {font-size: 50px !important;}