/*!
Theme Name: captainj
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: captainj
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

captainj is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito%20Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open%20Sans:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap");
@keyframes disappear {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
  99% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
    display: none;
  }
}
@keyframes hide {
  0% {
    height: auto;
  }
  100% {
    height: 0;
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.8, 1.2);
  }
  50% {
    transform: scale(1.2, 0.8);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.animated-box {
  opacity: 1;
  transform: scale(1);
  animation: disappear 1s forwards;
  animation-delay: 0s;
}
.animated-box::after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  animation: hide 1.01s forwards;
}

.rotate {
  transition: 0.2s;
}
.rotate:hover {
  transition: 0.2s;
  transform: rotate(-10deg) scale(1.05);
}

.zoom {
  transition: 0.2s;
}
.zoom:hover {
  transform: scale(1.1);
  transition: 0.2s;
}

.stretch {
  transition: 0.2s;
}
.stretch:hover {
  letter-spacing: 2px;
}

.fade-in {
  opacity: 0;
  transform: translateY(-10%);
  animation: fade-in 1s ease-out 1 forwards;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(10%);
  animation: fade-in 1s ease-out 1 forwards;
}

.gelatine:hover {
  animation: gelatine 0.5s 1;
}

:root {
  --ROSE_LOGO: #E44B80;
  --BLEU_FONC: #1F335D;
  --BLEU-CIEL: #20A6B3;
  --Base-02: #090914;
  --GRIS_FONC: #52525B;
  --GRIS: #D4D4D8;
  --ORANGE: #FF3600;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: var(--ROSE_LOGO);
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: var(--ROSE_LOGO);
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*
Theme Name: captainj

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}

ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}

ul.products li.product img {
  display: block;
}

ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.79667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.79667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.49333%;
  }
}
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}

.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/**
 * Gallery
 */
.woocommerce-product-gallery {
  overflow: auto;
  padding: 20px 20px 0 20px;
  position: relative;
}
@media (min-width: 992px) {
  .woocommerce-product-gallery {
    padding: 0;
  }
}
.woocommerce-product-gallery__label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  top: 39px;
  width: calc(100% - 102px);
  box-sizing: border-box;
  padding: 10px 16px;
  border-radius: 8px;
  background: #FFF;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.woocommerce-product-gallery__image img, .woocommerce-product-gallery__image--placeholder img {
  object-fit: cover;
  aspect-ratio: 291/457;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid var(--BLEU-CIEL);
  padding: 15px;
  background-color: #FFF !important;
}
@media (min-width: 992px) {
  .woocommerce-product-gallery__image img, .woocommerce-product-gallery__image--placeholder img {
    aspect-ratio: 372/840;
  }
}
.woocommerce-product-gallery .flex-control-thumbs li img {
  padding: 9px;
  border-radius: 15px;
}

/**
 * Button
 */
.wc-block-components-button {
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: content-box;
  border: 2px solid var(--BLEU-CIEL);
  padding: 16px 24px !important;
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background: var(--BLEU-CIEL);
  min-height: 0 !important;
}
.wc-block-components-button:visited {
  color: #FFF;
}
.wc-block-components-button:hover {
  color: var(--BLEU-CIEL);
  border-color: var(--BLEU-CIEL);
  background-color: #FFF;
}

/**
 * Products Loop
 */
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: disc;
  position: static;
  margin-bottom: 0;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: auto;
    float: none;
    margin-right: 0;
  }
  ul.products li.product.first {
    clear: none;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product, ul.products.columns-2 li.product, ul.products.columns-3 li.product, ul.products.columns-4 li.product, ul.products.columns-5 li.product, ul.products.columns-6 li.product {
    float: none;
    width: auto;
  }
}
.products {
  margin: 0;
}
.products.columns-4 {
  padding: 0 14px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media (min-width: 992px) {
  .products.columns-4 {
    padding: 0 90px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    column-gap: 32px;
    row-gap: 42px;
  }
}
.products .product {
  cursor: default;
  margin: 0;
  border-radius: 20px;
  border: 1px solid var(--BLEU-CIEL);
  padding: 30px 18px 21px 18px;
  display: grid;
  grid-template-areas: "thumbnail thumbnail" "title title" "description description" "minbooking price" "quickpreview quickpreview";
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto;
  color: var(--Base-02);
  font-family: Poppins, sans-serif;
}
@media (min-width: 992px) {
  .products .product {
    padding: 30px 25px;
  }
}
.products .product .thumbnail {
  grid-area: thumbnail;
  overflow: hidden;
  line-height: 0;
  position: relative;
  background: var(--BLEU-CIEL);
  border-radius: 15px;
}
.products .product .thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 10/7;
  filter: brightness(80%);
  transition: 0.6s scale;
  cursor: pointer;
}
@media (min-width: 992px) {
  .products .product .thumbnail img {
    aspect-ratio: 5/3;
  }
}
.products .product .thumbnail .thumbnail-description {
  position: absolute;
  bottom: 14px;
  left: 15px;
  padding: 5px 16px;
  border-radius: 8px;
  background: #FFF;
  color: var(--BLEU_FONC);
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.products .product .thumbnail:hover img {
  scale: 1.1;
}
.products .product .title {
  cursor: pointer;
  grid-area: title;
  margin: 27px 0 2px 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -2px;
  max-height: 76px;
  overflow: hidden;
}
.products .product .title:hover {
  text-decoration: underline;
}
.products .product .description {
  display: none;
  margin: 0 0 14px 0;
  grid-area: description;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
@media (min-width: 992px) {
  .products .product .description {
    margin: 18px 0 0 0;
  }
}
.products .product .min-booking {
  grid-area: minbooking;
}
@media (min-width: 992px) {
  .products .product .min-booking {
    justify-self: flex-start;
  }
}
.products .product .price {
  grid-area: price;
  justify-self: flex-end;
  color: #919191;
}
@media (min-width: 992px) {
  .products .product .price {
    grid-area: minbooking;
    justify-self: flex-end;
  }
}
.products .product .min-booking,
.products .product .price {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
@media (min-width: 992px) {
  .products .product .min-booking,
  .products .product .price {
    margin-top: 20px;
  }
}
.products .product .quick-preview {
  grid-area: quickpreview;
  margin-top: 22px;
  justify-self: flex-start;
}
@media (min-width: 992px) {
  .products .product .quick-preview {
    align-self: end;
  }
}

/**
 * Form
 */
.required {
  color: var(---ORANGE);
}

/**
 * Result Count
 */
.woocommerce-result-count {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 992px) {
  .woocommerce-result-count {
    font-size: 48px;
  }
}

/**
 * Ordering / Order By / Pagination
 */
.woocommerce-ordering .orderby {
  border: none;
  background: #FFF;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.woocommerce-ordering > * {
  width: 100%;
}

.woocommerce-pagination {
  padding: 23px 25px 32px 29px;
}
@media (min-width: 992px) {
  .woocommerce-pagination {
    padding: 42px 51px 57px 84px;
  }
}
.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

/**
 * Message
 */
.woocommerce-error,
.woocommerce-message {
  border: none;
  margin: 0;
  list-style: none;
  padding: 14px 20px;
  border-radius: 8px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}
.woocommerce-error:focus-visible,
.woocommerce-message:focus-visible {
  border: none;
  outline: none;
}
@media (min-width: 992px) {
  .woocommerce-error,
  .woocommerce-message {
    padding: 14px 22px;
  }
}

.woocommerce-error {
  background: var(--ROSE_LOGO);
}

.woocommerce-message {
  background: #48d977;
}

/**
 * Breadcrumb
 */
.woocommerce-breadcrumb {
  padding: 16px 32px;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: nowrap;
  overflow: hidden;
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb > *,
.woocommerce-breadcrumb > *:visited {
  color: var(--GRIS);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  white-space: nowrap;
}

/**
 * Mini Cart
 */
[data-cart-items-count="0"] {
  display: none !important;
}

.wc-block-mini-cart {
  z-index: 10;
  position: fixed;
  right: 41.5px;
  bottom: 25.3px;
}
.wc-block-mini-cart__button {
  background-color: var(--ROSE_LOGO) !important;
  padding: 10.25px !important;
  width: 54.5px;
  height: 54.5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wc-block-mini-cart__icon path,
.wc-block-mini-cart__icon circle {
  fill: #FFF;
}
.wc-block-mini-cart__quantity-badge {
  position: relative !important;
}
.wc-block-mini-cart__badge {
  color: #FFF !important;
  font-family: Inter, sans-serif;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 18px;
  background: var(--ROSE_LOGO);
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: hidden;
  width: 18px;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  top: -20px !important;
  right: -10px;
  left: auto !important;
  transform: none !important;
}

/**
 * My Account
 */
.woocommerce-form,
.woocommerce-ResetPassword {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.woocommerce-form-row,
.woocommerce-form .form-row,
.woocommerce-ResetPassword-row,
.woocommerce-ResetPassword .form-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.show-password-input {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  transition: 0.2s opacity ease-in-out;
}
.show-password-input.display-password {
  opacity: 0.5;
}
.show-password-input::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("/wp-content/themes/captainj/images/icons/black-eye.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px auto;
  vertical-align: text-bottom;
}

.woocommerce-MyAccount-navigation ul {
  margin: 0 0 0 14px;
  padding: 0 0 23px 14px;
}
.woocommerce-MyAccount-navigation ul li {
  color: var(--BLEU-CIEL);
}
.woocommerce-MyAccount-navigation ul li a {
  white-space: nowrap;
}

/**
 * Tax
 */
.wc-block-components-totals-taxes .wc-block-components-totals-item__label {
  position: relative;
}
.wc-block-components-totals-taxes .wc-block-components-totals-item__label::after {
  position: absolute;
  top: 0;
  left: 50px;
  content: "?";
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border: 1px solid var(--BLEU-CIEL);
  border-radius: 50%;
  color: var(--BLEU-CIEL);
  font-weight: 300;
  width: 18px;
  height: 18px;
  cursor: help;
}
.wc-block-components-totals-taxes .wc-block-components-totals-item__label:hover::after {
  content: "Includes 3% bank card fee";
  padding: 10px;
  border-radius: 10px;
  width: auto;
  height: auto;
}

.wpml-ls-legacy-dropdown-click a {
  border: none;
  background: #FFF;
  white-space: nowrap;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
  color: #1F335D;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag + span {
  margin-left: 16px;
}

.wpml-ls-legacy-dropdown-click {
  width: 150px;
}

.wpml-ls-display {
  display: none;
}

/**
 * Booking Form (Start Date, Time, Duration)
 */
.yith-wcbk-booking-form {
  margin: 0;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  max-width: none;
}

.yith-wcbk-form-section-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 992px) {
  .yith-wcbk-form-section-wrapper {
    flex-direction: row;
  }
  .yith-wcbk-form-section-wrapper > * {
    flex: 1;
  }
}
.yith-wcbk-form-section-wrapper .yith-wcbk-form-section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.yith-wcbk-form-section-wrapper .yith-wcbk-form-section__label {
  margin: 0;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.yith-wcbk-form-section-wrapper .yith-wcbk-form-section__content input,
.yith-wcbk-form-section-wrapper .yith-wcbk-form-section__content select {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 12px 16px;
  color: var(--Base-02);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.yith-wcbk-form-section-wrapper .yith-wcbk-form-section__content input::placeholder,
.yith-wcbk-form-section-wrapper .yith-wcbk-form-section__content select::placeholder {
  color: rgba(157, 157, 157, 0.5);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

#ui-datepicker-div.yith-wcbk-datepicker.ui-widget-content,
.yith-wcbk-date-picker--inline .ui-widget.ui-widget-content {
  box-shadow: none !important;
  border-radius: 20px;
  border: 1px solid var(--BLEU-CIEL);
}

/**
 * Wapo Container (Product Add-ons & Extra Options)
 */
#yith-wapo-container {
  margin: 50px 0 0 0;
}

.yith-wapo-block {
  margin: 50px 0 0 0;
}
.yith-wapo-block .yith-wapo-addon .options-container {
  margin: 15px 0 0 0;
}
.yith-wapo-block .yith-wapo-addon .options.per-row-4 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 15px !important;
}
@media (min-width: 992px) {
  .yith-wapo-block .yith-wapo-addon .options.per-row-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
.yith-wapo-block .yith-wapo-addon .options.per-row-6 {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 15px !important;
}
.yith-wapo-block .yith-wapo-addon .options.per-row-6 .yith-wapo-option label {
  color: var(--ROSE_LOGO);
  font-family: "Blambot Casual", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
@media (min-width: 992px) {
  .yith-wapo-block .yith-wapo-addon .options.per-row-6 {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option label {
  color: var(--BLEU_FONC);
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label {
  display: block !important;
  position: relative;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label .outside {
  position: absolute;
  top: 10px;
  right: 10px;
  left: 10px;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option div.label .label-container-display:hover {
  border: none !important;
}
.yith-wapo-block .yith-wapo-addon .yith-wapo-option p {
  margin: 0 !important;
  padding: 8px 10px;
  border-radius: 7px;
  background: #FFF;
  color: var(--BLEU-CIEL);
  font-family: Poppins, sans-serif;
  font-size: 10px !important;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}
.yith-wapo-block .yith-wapo-addon .label-container-display img {
  border-radius: 15px;
  object-fit: cover;
  aspect-ratio: 120/108;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 0 10px 0;
}
.yith-wapo-block .yith-wapo-addon .min-error {
  margin: 5px 0 0 0;
}
.yith-wapo-block .yith-wapo-addon .min-error * {
  color: var(--ORANGE);
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}
.yith-wapo-block .yith-wapo-addon .wapo-error {
  color: var(--ORANGE);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.yith-wapo-block .yith-wapo-addon-type-label .yith-wapo-option {
  padding: 15px;
  border-radius: 20px;
  border: 1px solid var(--BLEU-CIEL);
}
.yith-wapo-block .yith-wapo-addon-type-textarea .yith-wapo-option textarea {
  margin-top: 0 !important;
  padding: 10px 14px;
  color: var(--Base-02);
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.yith-wapo-block .yith-wapo-addon-type-textarea .yith-wapo-option textarea, .yith-wapo-block .yith-wapo-addon-type-textarea .yith-wapo-option textarea::placeholder {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.yith-wapo-block .yith-wapo-addon-type-textarea .yith-wapo-option textarea::placeholder {
  color: rgba(157, 157, 157, 0.5);
}
.yith-wapo-block .yith-wapo-addon-type-number .yith-wapo-option div.label {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.yith-wapo-block .yith-wapo-addon-type-number .yith-wapo-option .quantity {
  max-width: none !important;
}
.yith-wapo-block .yith-wapo-addon-type-number .yith-wapo-option .quantity .yith-wapo-option-value,
.yith-wapo-block .yith-wapo-addon-type-number .yith-wapo-option .quantity input[type=number] {
  padding: 10px 14px;
  color: var(--Base-02);
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}

.wapo-addon-title {
  margin: 0;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.wapo-addon-description {
  color: #ababab;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 0 20px 0;
}

#wapo-total-price-table {
  margin: 29px 0 0 0;
  padding: 0 13px;
}
#wapo-total-price-table table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
}
#wapo-total-price-table table tr {
  border-bottom: 1px solid rgba(31, 51, 93, 0.15);
}
#wapo-total-price-table table th,
#wapo-total-price-table table td {
  padding: 4px 0;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
#wapo-total-price-table table td {
  text-align: right;
}

/**
 * Global
 */
.yith-custom-price {
  margin: 5px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
}
.yith-custom-price p {
  margin: 0;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.yith-wcbk-add-to-cart-button {
  margin: 50px 0 0 0;
  padding: 16px 24px;
  border-radius: 8px;
  border: 2px solid var(--BLEU-CIEL);
  background: var(--BLEU-CIEL);
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option div.label .label-container-display {
  border-radius: 0 !important;
  border: none !important;
  height: auto !important;
  padding: 0 !important;
  display: block !important;
}

.yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-label .yith-wapo-option.selected div.label .label-container-display {
  border: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
}

@font-face {
  font-family: "Blambot Casual";
  src: url("/wp-content/themes/captainj/fonts/blambotcasual.woff2") format("woff2"), url("/wp-content/themes/captainj/fonts/blambotcasual.woff") format("woff"), url("/wp-content/themes/captainj/fonts/blambotcasual.ttf") format("truetype"), url("/wp-content/themes/captainj/fonts/blambotcasual.eot");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.icon--blue-sparkle {
  background-image: url("/wp-content/themes/captainj/images/icons/blue-sparkle.svg");
}
.icon--blue-warehouse {
  background-image: url("/wp-content/themes/captainj/images/icons/blue-warehouse.svg");
}
.icon--blue-diamond {
  background-image: url("/wp-content/themes/captainj/images/icons/blue-diamond.svg");
}
.icon--blue-camera {
  background-image: url("/wp-content/themes/captainj/images/icons/blue-camera.svg");
}
.icon--blue-fish {
  background-image: url("/wp-content/themes/captainj/images/icons/blue-fish.svg");
}
.icon--blue-martini {
  background-image: url("/wp-content/themes/captainj/images/icons/blue-martini.svg");
}
.icon--blue-allinclusive {
  background-image: url("/wp-content/themes/captainj/images/icons/blue-allinclusive.svg");
}
.icon--blue-captain {
  background-image: url("/wp-content/themes/captainj/images/icons/blue-captain.svg");
}
.icon--blue-comfort {
  background-image: url("/wp-content/themes/captainj/images/icons/blue-comfort.svg");
}
.icon--blue-icecooler {
  background-image: url("/wp-content/themes/captainj/images/icons/blue-icecooler.svg");
}
.icon--blue-music {
  background-image: url("/wp-content/themes/captainj/images/icons/blue-music.svg");
}
.icon--blue-speed {
  background-image: url("/wp-content/themes/captainj/images/icons/blue-speed.svg");
}
.icon--boat {
  background-image: url("/wp-content/themes/captainj/images/icons/boat.png");
}
.icon--casino {
  background-image: url("/wp-content/themes/captainj/images/icons/casino.png");
}
.icon--celibrity-home {
  background-image: url("/wp-content/themes/captainj/images/icons/celibrity-home.png");
}
.icon--dolphin {
  background-image: url("/wp-content/themes/captainj/images/icons/dolphin.png");
}
.icon--island {
  background-image: url("/wp-content/themes/captainj/images/icons/island.png");
}
.icon--lighthouse {
  background-image: url("/wp-content/themes/captainj/images/icons/lighthouse.png");
}
.icon--palm {
  background-image: url("/wp-content/themes/captainj/images/icons/palm.png");
}
.icon--party {
  background-image: url("/wp-content/themes/captainj/images/icons/party.png");
}
.icon--rancoon {
  background-image: url("/wp-content/themes/captainj/images/icons/rancoon.png");
}
.icon--restaurant {
  background-image: url("/wp-content/themes/captainj/images/icons/restaurant.png");
}
.icon--shark-fine {
  background-image: url("/wp-content/themes/captainj/images/icons/shark-fine.png");
}
.icon--shark {
  background-image: url("/wp-content/themes/captainj/images/icons/shark.png");
}
.icon--snortkeling-boat {
  background-image: url("/wp-content/themes/captainj/images/icons/snortkeling-boat.png");
}
.icon--snortkeling {
  background-image: url("/wp-content/themes/captainj/images/icons/snortkeling.png");
}
.icon--waterfront {
  background-image: url("/wp-content/themes/captainj/images/icons/waterfront.png");
}

.heading1 {
  color: var(--Base-02);
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -2px;
}
@media (min-width: 992px) {
  .heading1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
  }
}

.heading2 {
  color: var(--Base-02);
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -2px;
}
@media (min-width: 992px) {
  .heading2 {
    font-size: 48px;
    line-height: 62px;
  }
}

.heading3 {
  display: block;
  margin: 0;
  color: var(--BLEU-CIEL);
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading4 {
  display: block;
  margin: 0;
  color: var(--BLEU_FONC, #1F335D);
  font-family: Inter, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
}
@media (min-width: 992px) {
  .heading4 {
    font-size: 64px;
    line-height: 64px;
  }
}

.link {
  color: var(--Base-02);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

p {
  margin: 0;
  color: var(--Base-02);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.tabs-link {
  position: relative;
  margin: 0;
  color: var(--Base-02);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}
.tabs-link:hover {
  color: var(--Base-02);
  opacity: 1;
}
.tabs-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: #20A6B3;
  transition: width 0.3s ease;
}
.tabs-link:hover::after {
  width: 100%;
}
.tabs-link:visited {
  color: #20A6B3;
}

.heading5 {
  display: flex;
  padding: 0px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  align-self: stretch;
}
.heading5 h2 {
  color: #181615;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 48px;
  margin: 0;
}
@media (min-width: 992px) {
  .heading5 h2 {
    line-height: 28px;
  }
}
.heading5 p {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  max-width: 993px;
}

.heading6 {
  color: var(--Base-02, #090914);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -2px;
  text-align: center;
}

.container1 {
  padding: 44px 14px 25px 14px;
  text-align: center;
}
.container1 .link {
  margin-top: 5px;
  display: block;
}

.container2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
}
.container2 > * {
  flex: 1;
}

.container3 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 50px 40px 0 40px;
}
@media (min-width: 992px) {
  .container3 {
    padding: 93px 187px 0 139.93px;
    display: grid;
    grid-template-columns: 0.446fr 0.554fr;
    grid-template-rows: 0.25fr 1fr;
    column-gap: 64px;
    row-gap: 31px;
    grid-template-areas: "col1 col2" "col3 col2";
  }
}
@media (min-width: 1200px) {
  .container3 {
    column-gap: 188.07px;
  }
}
.container3 .col--1 {
  grid-area: col1;
}
.container3 .col--2 {
  grid-area: col2;
  overflow: auto;
  min-width: 0;
}
.container3 .col--3 {
  grid-area: col3;
}
.container3 .col--3 .review {
  transform: rotate(-4.073deg);
}
.container3 .heading4 {
  display: block;
  margin: 0 auto;
  max-width: 64.44vw;
}
@media (min-width: 992px) {
  .container3 .heading4 {
    max-width: none;
  }
}

.container4 {
  margin: 135px 25px 99.57px 25px;
  padding: 50px 25px;
  border-radius: 10px;
  background: var(--BLEU-CIEL);
}
@media (min-width: 992px) {
  .container4 {
    margin: 191px 45px 91px 45px;
    padding: 50px;
  }
}

.tabs-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  gap: 15px;
  margin: 25px auto;
  padding: 15px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #FFF;
  box-shadow: 0px 0px 10px 0px #20A6B3;
  position: sticky;
  top: 5px;
  z-index: 1;
}
@media (min-width: 992px) {
  .tabs-container {
    width: max-content;
    flex-direction: row;
    align-items: center;
    margin: 50px auto;
    gap: 50px;
  }
}

.container5 {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  align-self: stretch;
}
@media (min-width: 992px) {
  .container5 {
    padding: 0px 100px;
  }
}

.container6 {
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
  align-self: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0px 30px;
}

.custom-product-loop {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 992px) {
  .custom-product-loop {
    padding: 50px 70px;
    gap: 50px;
  }
}
.custom-product-loop__item {
  cursor: default;
  border-radius: 18px;
  border: 1px solid var(--BLEU-CIEL);
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 992px) {
  .custom-product-loop__item {
    flex-direction: row;
    align-items: center;
  }
}
.custom-product-loop__item .thumbnail {
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 15px;
}
@media (min-width: 992px) {
  .custom-product-loop__item .thumbnail {
    align-self: stretch;
    width: 57.912%;
  }
}
.custom-product-loop__item .thumbnail img {
  cursor: pointer;
  transition: 0.6s scale;
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 310/258;
  filter: brightness(90%);
}
@media (min-width: 992px) {
  .custom-product-loop__item .thumbnail img {
    aspect-ratio: 721/565;
  }
}
.custom-product-loop__item .thumbnail:hover img {
  scale: 1.1;
}
.custom-product-loop__container {
  padding: 40px 24px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .custom-product-loop__container {
    width: 42.088%;
  }
}
.custom-product-loop__container .title {
  cursor: pointer;
  margin: 0;
  color: var(--BLEU_FONC);
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
}
.custom-product-loop__container .title:hover {
  text-decoration: underline;
}
.custom-product-loop__container .description {
  margin: 11px 0 0 0;
  color: var(--GRIS_FONC, #52525B);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}
.custom-product-loop__container .price {
  margin: 20px 0 0 0;
  display: flex;
  align-items: flex-end;
  gap: 5px;
  color: var(--BLEU_FONC);
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
}
@media (min-width: 992px) {
  .custom-product-loop__container .price {
    font-size: 28px;
  }
}
.custom-product-loop__container .amount {
  color: var(--BLEU_FONC);
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}
@media (min-width: 992px) {
  .custom-product-loop__container .amount {
    font-size: 56px;
  }
}
.custom-product-loop__container .button {
  display: block;
  margin: 24px 0 0 0;
}
.custom-product-loop__container .product-attributes {
  margin: 40px 0 0 0;
}

.footer {
  margin: 86px 0 0 0;
  padding: 0 15px 86px 15px;
  display: flex;
  flex-direction: column;
  gap: 130px;
}
@media (min-width: 992px) {
  .footer {
    padding: 0 135px 86px 135px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__logo {
  display: block;
  width: 151.639px;
  height: 58.86px;
}
.footer__col {
  flex-shrink: 1;
}
.footer__col > p {
  display: block;
  margin: 12px 0 0 0;
  color: var(--GRIS_FONC);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 992px) {
  .footer__col--first {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .footer__col--first {
    width: 21.572%;
  }
}
@media (min-width: 992px) {
  .footer__col--second {
    width: 50%;
  }
}
@media (min-width: 1440px) {
  .footer__col--second {
    width: 30.417%;
  }
}
.footer__cta {
  margin: 12px 0 0 0;
}

.header {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 95vw;
  max-width: 1773.331px;
  box-sizing: border-box;
  z-index: 90;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 9px;
  background: #FFF;
  padding: 3px 6px;
}
@media (min-width: 992px) {
  .header {
    left: 50%;
    transform: translateX(-50%);
    top: 82px;
    width: 92.361vw;
    border-radius: 16px;
    padding: 0 10px;
  }
}
.header--open .header__navigation {
  transform: translateX(0);
}
.header__branding {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__branding > a > img {
  width: 152.38px;
  height: 58.86px;
}
.header__tagline {
  display: block;
  margin: 0;
  color: var(--ROSE_LOGO);
  font-family: "Blambot Casual", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.header__navigation {
  border-radius: 9px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 77px;
  left: 0;
  width: 95vw;
  transform: translateX(-110%);
  transition: 0.8s;
  z-index: 80;
  box-sizing: border-box;
  padding: 16.14px 25px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header__navigation > * {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .header__navigation > * {
    width: auto;
  }
}
@media (min-width: 992px) {
  .header__navigation {
    position: static;
    width: auto;
    transform: translateX(0);
    padding: 0;
    display: block;
    box-shadow: none;
  }
}
.header__cta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
}
.header__cta > * {
  display: flex;
}
@media (min-width: 992px) {
  .header__cta {
    gap: 15px;
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  .header__cta {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
    padding: 0;
  }
}
.header__toggle {
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: var(--ROSE_LOGO);
}
@media (min-width: 992px) {
  .header__toggle {
    display: none;
  }
}

.about {
  padding: 33px 25px 25px 25px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 86.6px;
}
@media (min-width: 992px) {
  .about {
    padding: 100px;
    flex-direction: row;
    align-items: flex-end;
  }
}
.about > *:nth-child(1) {
  flex: 0 0 55%;
}
.about > *:nth-child(2) {
  flex: 0 0 45%;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/wp-content/themes/captainj/images/palm-tree.svg");
  background-repeat: no-repeat;
  background-size: 228px 692px;
  background-position: left center;
  transform: scaleX(-1);
  z-index: -1;
}
@media (min-width: 992px) {
  .about::before {
    transform: none;
  }
}
.about__pink {
  display: block;
  margin: 0;
  color: var(--ROSE_LOGO);
  font-family: "Blambot Casual", serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.2px;
}
@media (min-width: 992px) {
  .about__pink {
    font-size: 24px;
  }
}
.about .heading1 {
  display: block;
  margin: 26px 0 37px 0;
}
@media (min-width: 992px) {
  .about .heading1 {
    margin-top: 11px;
  }
}
.about p {
  display: block;
  margin: 24px 0 0 0;
  color: var(--Base-02);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.about .list {
  margin-top: 61px;
}
.about__visual {
  text-align: center;
}
.about__visual > img {
  border-radius: 20px;
  max-width: 532px;
  width: 100%;
  height: auto;
}

.group-events-about {
  padding: 33px 25px 25px 25px;
  margin: 50px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 86.6px;
}
@media (min-width: 992px) {
  .group-events-about {
    padding: 50px 100px 50px 100px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .group-events-about--inverse {
    flex-direction: row-reverse;
  }
}
.group-events-about > *:nth-child(1) {
  flex: 0 0 60%;
}
.group-events-about > *:nth-child(2) {
  flex: 0 0 30%;
}
.group-events-about__pink {
  display: block;
  margin: 0;
  color: var(--ROSE_LOGO);
  font-family: "Blambot Casual", serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.2px;
}
@media (min-width: 992px) {
  .group-events-about__pink {
    font-size: 24px;
  }
}
.group-events-about .heading1 {
  display: block;
  margin: 26px 0 37px 0;
}
@media (min-width: 992px) {
  .group-events-about .heading1 {
    margin-top: 11px;
  }
}
.group-events-about p {
  display: block;
  margin: 24px 0 0 0;
  color: var(--Base-02);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.group-events-about .list {
  margin-top: 61px;
}
@media (min-width: 992px) {
  .group-events-about .list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 19px;
  }
}
.group-events-about__visual {
  max-width: 532px;
}
.group-events-about__visual > img {
  border-radius: 20px;
  max-width: 532px;
  width: 100%;
  height: auto;
}

.alert {
  padding: 14px 20px;
  border-radius: 8px;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .alert {
    padding: 14px 22px;
  }
}
.alert--success {
  background: #48d977;
}
.alert--warning {
  background: var(--ORANGE);
}
.alert--error {
  background: var(--ROSE_LOGO);
}
.alert--centered {
  text-align: center;
  padding: 25px 50px;
}
@media (min-width: 992px) {
  .alert--centered {
    padding: 25px 50px;
  }
}

.back_to_top {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E44B80;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  position: fixed;
  bottom: 103px;
  right: 44px;
  z-index: 200;
  opacity: 0;
  transition: 0.6s;
  border: none;
  cursor: pointer;
}
.back_to_top--visible {
  opacity: 100;
}

.button {
  padding: 14px 22px;
  border-radius: 8px;
  border: 2px solid transparent;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
}
.button:active {
  text-decoration: none;
}
.button:hover {
  transition: all 0.5s ease-out;
  text-decoration: none;
}
.button--primary {
  padding: 16px 24px;
  color: #FFF;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-color: var(--BLEU-CIEL);
  background: var(--BLEU-CIEL);
}
.button--primary:visited {
  color: #FFF;
}
.button--primary:hover {
  color: var(--BLEU-CIEL);
  border-color: var(--BLEU-CIEL);
  background-color: #FFF;
}
.button--secondary {
  color: var(--BLEU_FONC);
  border-color: var(--BLEU_FONC);
}
.button--secondary:visited {
  color: var(--BLEU_FONC);
}
.button--secondary:hover {
  color: #FFF;
  border-color: var(--BLEU_FONC);
  background-color: var(--BLEU_FONC);
}
.button--ice {
  border-color: #FFF;
  background: #FFF;
  color: var(--BLEU-CIEL);
}
.button--ice:visited {
  color: var(--BLEU-CIEL);
}
.button--ice:hover {
  color: #FFF;
  border-color: var(--BLEU-CIEL);
  background-color: var(--BLEU_CIEL);
}
.button--white {
  padding: 16px;
  border-radius: 9px;
  color: var(--BLEU_FONC);
  font-family: Poppins, sans-serif;
  line-height: 28px;
  letter-spacing: -0.2px;
  background: #FFF;
  border-color: #FFF;
}
.button--white:hover {
  background: none;
  color: #FFF;
}
.button--blue {
  padding: 16px 24px;
  text-align: center;
  border-color: var(--BLEU-CIEL);
  color: var(--BLEU-CIEL);
  background: #FFF;
}
.button--blue:hover {
  background: var(--BLEU-CIEL);
  color: #FFF;
}
.button--minus-plus {
  padding: 8px 15px;
  text-align: center;
  border-color: var(--BLEU-CIEL);
  color: var(--BLEU-CIEL);
}
.button--minus-plus:hover {
  background: var(--BLEU-CIEL);
  color: #FFF;
}
.button[disabled] {
  border-color: var(--GRIS);
  color: var(--GRIS);
  background: none;
}

.card {
  border-radius: 12px;
  border: 3px solid #FFF;
  display: block;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
.card--mt {
  margin-top: 22px;
}
.card--with-bg {
  font-size: 0;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.card--with-bg > img {
  object-fit: cover;
  height: 226px;
  width: 100%;
}
.card--2col {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 19px;
}
@media (min-width: 992px) {
  .card--2col {
    padding: 12px 23px;
  }
}
.card--2col strong,
.card--2col em,
.card--2col b {
  display: block;
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -2px;
}
.card--2col p {
  margin: 0;
  display: block;
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
}
.card__content {
  box-sizing: border-box;
  padding: 17px 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.card__button {
  display: block;
  padding: 5px 16px;
  border-radius: 8px;
  background: #FFF;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.special-card {
  display: none;
}
.special-card > a {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 10px 117px 8px 25px;
  box-sizing: border-box;
  border-radius: 12px;
  border: 3px solid #FFF;
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
  position: relative;
}
.special-card > a::after {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 54px;
  height: 54px;
  background-image: url("/wp-content/themes/captainj/images/icons/white-right-arrow.svg");
  background-repeat: no-repeat;
  background-size: 54px 54px;
}
.special-card > a:hover {
  text-decoration: none;
}
.special-card > a strong {
  color: #FFF;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -2px;
}
@media (min-width: 992px) {
  .special-card {
    display: block;
  }
}

@media (max-height: 843.999px) and (max-width: 992px) {
  .hero .card {
    display: none;
  }
}

.ice-cards {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (min-width: 1200px) {
  .ice-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(0, 1fr);
    grid-auto-flow: row dense;
    row-gap: 25px;
    column-gap: 25px;
  }
}

.ice-card {
  padding: 23.92px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  border-radius: 12px;
  border: 1px solid var(--BLEU-CIEL);
}
.ice-card__title {
  color: var(--ROSE_LOGO);
  font-family: "Blambot Casual", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.ice-card p {
  color: #090914;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.events-card {
  display: flex;
  flex: 1 1 calc(100% - 25px);
  max-width: 100%;
  min-height: 100%;
  padding: 20px 15px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #20A6B3;
  background-color: #fff;
}
@media (min-width: 768px) {
  .events-card {
    flex: 1 1 calc(50% - 25px);
    max-width: calc(50% - 25px);
  }
}
@media (min-width: 992px) {
  .events-card {
    flex: 1 1 calc(33.333% - 25px);
    max-width: calc(33.333% - 25px);
  }
}
.events-card h3 {
  color: #101828;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.events-card p {
  color: #667085;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.events-card img {
  display: flex;
  width: 48px;
  height: 48px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 28px;
  border: 8px solid rgba(228, 75, 128, 0.07);
  background: rgba(228, 75, 128, 0.2);
}
.events-card:hover {
  border-radius: 12px;
  background: var(--ROSE_LOGO);
}
.events-card:hover p, .events-card:hover h3 {
  color: #fff;
}
.events-card:hover img {
  background: #fff;
  border: 8px solid rgba(228, 75, 128, 0.2);
}

@media (min-width: 992px) {
  .events-card:last-child:nth-child(3n+1):nth-last-child(1) {
    flex-basis: calc(3 * (33.333% - 25px) + 50px);
    max-width: calc(3 * (33.333% - 25px) + 50px);
    min-height: auto;
  }
}
.checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.checklist__item {
  display: flex;
  align-items: center;
  gap: 17px;
}
.checklist__item p {
  color: var(--GRIS_FONC);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.checklist__icon {
  display: block;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border-radius: 50%;
  flex-shrink: 0;
}
.checklist__icon--checked {
  background-color: #E8EDFB;
  background-image: url("/wp-content/themes/captainj/images/icons/blue-checked.svg");
}
.checklist__icon--unchecked {
  background-color: #F7F7F7;
  background-image: url("/wp-content/themes/captainj/images/icons/dark-blue-cross.svg");
}

.copyright {
  padding: 0 15px 23px 15px;
}
@media (min-width: 992px) {
  .copyright {
    padding: 0 132px 57px 132px;
  }
}
.copyright > hr {
  height: 1px;
  background: var(--GRIS);
  margin: 0 0 38.5px 0;
}
.copyright > p {
  color: var(--GRIS_FONC);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.filters {
  padding: 23px 25px 32px 29px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .filters {
    padding: 42px 51px 57px 84px;
  }
}
.filters > * {
  min-width: 0;
}
.filters--hidden {
  padding: 23px 0 0 0;
}
@media (min-width: 992px) {
  .filters--hidden {
    padding: 42px 0 0 0;
  }
}
.filters--hidden > * {
  display: none;
}

.form__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form__label {
  color: #344054;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.form__input-text, .form__input-textarea {
  border-radius: 8px;
  border: 1px solid #D0D5DD;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  padding: 12px 16px;
  color: rgb(157, 157, 157);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.form__input-text::placeholder, .form__input-textarea::placeholder {
  color: rgba(157, 157, 157, 0.5);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.form__input-textarea {
  width: 100%;
  height: 81px;
}
.form__checkbox-container {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #344054;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.form__input-checkbox {
  border-radius: 6px;
  border: 1px solid #D0D5DD;
}
.form__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 1200px) {
  .form__group--span2-2cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 22px;
    row-gap: 6px;
  }
  .form__group--span2-2cols .form__label {
    grid-column: span 2;
  }
}
.form__group--span2-2cols-2cols-1col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0;
  row-gap: 16px;
}
.form__group--span2-2cols-2cols-1col .form__label {
  grid-column: span 2;
}
@media (min-width: 1200px) {
  .form__group--span2-2cols-2cols-1col {
    grid-template-columns: repeat(2, 0.25fr);
  }
}
.form__group > * {
  min-width: 0;
}
.form__cta {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .form__cta {
    justify-content: flex-start;
  }
}
.form__cta .button {
  width: 252px;
}
.form__loader {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form--hidden {
  display: none;
}

.hamburger {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border: none;
  padding: 0;
  background: none;
}
.hamburger > * {
  background: #FFF;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  transition: 0.4s;
}

.header--open .hamburger__top {
  transform: translateY(6px) rotate(45deg);
}
.header--open .hamburger__middle {
  opacity: 0;
  transform: translateX(-50px);
}
.header--open .hamburger__bottom {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  box-sizing: border-box;
  margin: 23px 3px 0 3px;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .hero {
    margin: 17px 28px 0 28px;
  }
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--BLEU-CIEL);
  overflow: hidden;
}
.hero__bg > video,
.hero__bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.hero__row {
  position: relative;
  height: calc(100vh - 23px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 54.6px;
  padding: 0 26px 23px 26px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .hero__row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 56px 29px 32px;
    height: calc(100vh - 62px);
  }
}
.hero__row--big-padding {
  padding: 0 15px 106.5px 15px;
}
@media (min-width: 992px) {
  .hero__row--big-padding {
    padding: 0 206px 124.5px 206px;
  }
}
.hero__row--big-padding .hero__col:first-child {
  max-width: none;
}
.hero__col {
  width: 100%;
}
.hero__col:first-child {
  max-width: 50%;
}
@media (min-width: 992px) {
  .hero__col {
    width: auto;
  }
}
.hero h1 {
  color: #FFF;
  font-size: 49.877px;
  font-weight: 700;
  line-height: 49.877px;
  margin: 0;
  display: block;
}
@media (min-width: 992px) {
  .hero h1 {
    font-size: 64px;
  }
}
.hero p {
  margin: 27px 0 0 0;
  display: block;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 17.648px;
}
@media (min-width: 992px) {
  .hero p {
    margin-top: 10px;
    font-size: 22px;
    line-height: 24.2px;
  }
}
.hero .button {
  display: inline-block;
  margin: 11.4px 0 0 0;
}
@media (min-width: 992px) {
  .hero .button {
    margin-top: 10px;
  }
}
.hero__cta {
  display: block;
  margin: 11px auto 0 auto;
  font-size: 0;
  line-height: 0;
  width: 60px;
  height: 60px;
  background-image: url("/wp-content/themes/captainj/images/icons/white-arrow-circle-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
}
@media (min-width: 992px) {
  .hero__cta {
    position: absolute;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}
.hero--big-text p {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 17.648px;
}
@media (min-width: 992px) {
  .hero--big-text p {
    font-size: 28px;
    line-height: 30.8px;
  }
}

.product-hero {
  padding: 4px 3px;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 992px) {
  .product-hero {
    padding: 15px 29px;
  }
}
.product-hero__bg {
  margin: 0;
  border-radius: 11px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #35353D;
}
@media (min-width: 992px) {
  .product-hero__bg {
    border-radius: 12px;
  }
}
.product-hero__visual {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}
.product-hero__content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 19px;
  width: calc(100% - 6px);
}
@media (min-width: 992px) {
  .product-hero__content {
    width: calc(100% - 58px);
    bottom: 50px;
  }
}
.product-hero h1 {
  margin: 0 auto;
  color: #FFF;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46.619px;
  max-width: 971px;
}
@media (min-width: 992px) {
  .product-hero h1 {
    font-size: 64px;
    line-height: 82.878px;
  }
}
.product-hero__summary {
  margin: 70px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .product-hero__summary {
    margin-top: 44.36px;
    flex-direction: row;
    justify-content: space-around;
  }
}
.product-hero__summary p {
  margin: 0;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 23.531px;
}
@media (min-width: 992px) {
  .product-hero__summary p {
    font-size: 32px;
    line-height: 31.375px;
  }
}
.product-hero .woocommerce-breadcrumb {
  position: absolute;
  top: 111px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 6px);
}
@media (min-width: 992px) {
  .product-hero .woocommerce-breadcrumb {
    width: calc(100% - 58px);
    top: 162px;
    padding-left: 90px;
  }
}

.group-events-hero {
  box-sizing: border-box;
  margin: 23px 3px 0 3px;
  position: relative;
  border-radius: 13px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .group-events-hero {
    margin: 17px 28px 0 28px;
  }
}
.group-events-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--BLEU-CIEL);
  overflow: hidden;
}
.group-events-hero__bg > video,
.group-events-hero__bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.group-events-hero__row {
  position: relative;
  width: 100%;
  margin: auto;
  height: calc(100vh - 23px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 34px;
  padding: 0 26px 23px 26px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .group-events-hero__row {
    padding: 0 56px 29px 32px;
    height: calc(100vh - 62px);
    width: 75%;
    gap: 54px;
  }
}
.group-events-hero h1 {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 129.497%;
  margin: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .group-events-hero h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 62%;
  }
}
.group-events-hero p {
  margin: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  text-align: center;
}
@media (min-width: 992px) {
  .group-events-hero p {
    font-size: 22px;
    font-weight: 400;
    line-height: 110%;
  }
}

.list {
  display: flex;
  flex-direction: column;
  gap: 19px;
  color: var(--Base-02);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
.list__item {
  display: flex;
  gap: 19px;
  align-items: flex-start;
}
.list__item > img {
  flex-shrink: 0;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 992px) {
  .menu {
    gap: 8px;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1300px) {
  .menu {
    gap: 21px;
  }
}
@media (min-width: 1440px) {
  .menu {
    gap: 35px;
  }
}
.menu .menu-item {
  position: relative;
}
@media (min-width: 992px) {
  .menu .menu-item {
    height: 80px;
    display: flex;
    align-items: center;
  }
}
.menu .menu-item.current-menu-item > a {
  padding: 5px 15px;
  border-radius: 21px;
  background: var(--ROSE_LOGO);
  color: #FFF;
  display: inline-block;
}
.menu .menu-item.current-menu-item > a:hover {
  color: #FFF;
}
@media (min-width: 992px) {
  .menu .menu-item.current-menu-item > a {
    transform: none;
  }
}
.menu .menu-item > a {
  color: var(--BLEU_FONC);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu .menu-item > a > * {
  flex-shrink: 0;
}
.menu .menu-item > a:hover {
  transition: 0.5s color;
  color: var(--ROSE_LOGO);
}
@media (min-width: 992px) {
  .menu .menu-item:hover > .sub-menu {
    display: flex;
  }
}

.sub-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top: 15px;
  list-style: none;
  position: relative;
  background: #FFF;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .sub-menu {
    display: none;
    width: auto;
    margin-top: 0;
    flex-direction: column;
    position: absolute;
    top: 92px;
    left: 50%;
    transform: translateX(-50%);
    align-items: flex-start;
    border-radius: 14px;
    padding: 20px 15px;
    box-shadow: 0px 9px 40px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  .sub-menu::before {
    position: absolute;
    top: -12px;
    left: 0;
    content: "";
    display: block;
    height: 12px;
    width: 100%;
  }
}
.sub-menu .menu-item-label {
  font-family: Inter, sans-serif;
  color: #1F335D;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 992px) {
  .sub-menu .menu-item {
    padding: 0;
    width: 100%;
    height: max-content;
  }
}
.sub-menu .menu-item.current-menu-item > a {
  background: #fff;
  color: var(--BLEU_FONC);
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.sub-menu .menu-item.current-menu-item > a:hover {
  color: var(--ROSE_LOGO);
}
.sub-menu .menu-item > a {
  color: #1F335D;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 992px) {
  .sub-menu .menu-item > a {
    white-space: nowrap;
    width: 100%;
  }
}

.navs {
  margin-top: 30px;
}
.navs__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.navs__menu > li > a {
  color: var(--GRIS_FONC);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}
.navs__menu > li > a:hover {
  text-decoration: underline;
}

.product-description {
  padding: 0 10px;
  color: var(--Base-02);
  font-family: Poppins, sans-serif;
}
.product-description h1,
.product-description h2,
.product-description h3,
.product-description h4,
.product-description h5,
.product-description h6 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -2px;
}
.product-description p {
  margin: 25px 0 0 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.product-attributes {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.slider {
  padding: 0 15px;
  position: relative;
}
@media (min-width: 992px) {
  .slider {
    padding: 0 133px;
  }
}
.slider .heading2 {
  display: block;
  text-align: center;
}
.slider__container {
  margin: 27px 0 0 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  overflow: hidden;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  .slider__container {
    margin: 45px 0 0 0;
  }
}
.slider__footer {
  margin: 27px 0 0 0;
  display: flex;
  justify-content: center;
}
.slider__prev, .slider__next {
  display: none;
}
@media (min-width: 992px) {
  .slider__prev, .slider__next {
    display: block;
    margin: 36px 0 0 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
}
@media (min-width: 992px) {
  .slider__prev > img, .slider__next > img {
    width: 32px;
    height: 32px;
  }
}
.slider__prev {
  left: 81px;
}
.slider__next {
  right: 81px;
}
.slider__bullets {
  display: flex;
  gap: 17px;
  align-items: center;
}
.slider__bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #9B2850;
  cursor: pointer;
}
.slider__bullet--active {
  background: var(--ROSE_LOGO);
}

.slide {
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 992px) {
  .slide {
    flex-direction: row;
    gap: 20px;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .slide:last-child {
    justify-content: flex-start;
  }
}
.slide > img {
  display: block;
  border-radius: 12px;
  border: 1px solid #20A6B3;
  padding: 19px 20px;
  object-fit: cover;
  aspect-ratio: 291/199;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .slide > img {
    aspect-ratio: 338/245;
    width: calc(33.333% - 13.333px);
  }
}

.socials ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 11px;
  align-items: center;
}
.socials ul li {
  list-style: none;
}
.socials ul li a {
  display: block;
  text-decoration: none;
  line-height: 0;
  font-size: 0;
}
.socials ul li a img {
  display: block;
  width: 25px;
  height: 25px;
}

.top-banner {
  display: none;
  padding: 17px 70px 0 70px;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  .top-banner {
    display: flex;
  }
}
.top-banner__first p {
  color: var(--ROSE_LOGO);
  font-family: "Blambot Casual", serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.2px;
}
.top-banner__last p {
  color: var(--ROSE_LOGO);
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.2px;
}

.trip-overview {
  display: flex;
  flex-direction: column;
  gap: 42px;
  padding: 25px 15px;
}
@media (min-width: 992px) {
  .trip-overview {
    padding: 25px 79px;
    flex-direction: row;
    align-items: flex-start;
    gap: 100px;
  }
}
@media (min-width: 992px) {
  .trip-overview > * {
    flex: 1;
  }
}

.whatsapp-cta {
  position: fixed;
  bottom: 52.22px;
  left: 24.5px;
}
.whatsapp-cta__bg {
  border-radius: 50%;
  background: #25d366;
  width: 55px;
  height: 59.78px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-cta__bg > img {
  width: 47px;
  height: 47px;
}

.cart,
.panier,
.carrito {
  margin-top: 106px;
}
@media (min-width: 992px) {
  .cart,
  .panier,
  .carrito {
    margin-top: 153px;
  }
}
.cart #page,
.panier #page,
.carrito #page {
  padding: 32px 5px;
}
@media (min-width: 992px) {
  .cart #page,
  .panier #page,
  .carrito #page {
    padding: 57px 107px;
  }
}
@media (min-width: 992px) {
  .cart .top-banner,
  .panier .top-banner,
  .carrito .top-banner {
    display: none;
  }
}
@media (min-width: 992px) {
  .cart .header,
  .panier .header,
  .carrito .header {
    top: 40px;
  }
}

.checkout,
.paiement,
.confirmar {
  margin-top: 106px;
}
@media (min-width: 992px) {
  .checkout,
  .paiement,
  .confirmar {
    margin-top: 153px;
  }
}
.checkout #page,
.paiement #page,
.confirmar #page {
  padding: 32px 5px;
}
@media (min-width: 992px) {
  .checkout #page,
  .paiement #page,
  .confirmar #page {
    padding: 57px 107px;
  }
}
@media (min-width: 992px) {
  .checkout .top-banner,
  .paiement .top-banner,
  .confirmar .top-banner {
    display: none;
  }
}
@media (min-width: 992px) {
  .checkout .header,
  .paiement .header,
  .confirmar .header {
    top: 40px;
  }
}

.home .products .product .description {
  display: none;
}
@media (min-width: 992px) {
  .home .products .product .description {
    display: block;
  }
}
.home .products .product:nth-of-type(even) .description {
  display: none;
}
@media (min-width: 992px) {
  .home .products .product:nth-of-type(even) .description {
    display: block;
  }
}
@media (min-width: 992px) {
  .home .products .product:nth-child(1) {
    grid-column: span 2;
    grid-row: 1;
  }
}
@media (min-width: 992px) {
  .home .products .product:nth-child(2) {
    grid-column: span 1;
    grid-row: 1;
  }
}
@media (min-width: 992px) {
  .home .products .product:nth-child(2) .description {
    display: none;
  }
}
@media (min-width: 992px) {
  .home .products .product:nth-child(3) {
    grid-column: span 1;
    grid-row: 2;
  }
}
@media (min-width: 992px) {
  .home .products .product:nth-child(3) .description {
    display: none;
  }
}
@media (min-width: 992px) {
  .home .products .product:nth-child(4) {
    grid-column: span 2;
    grid-row: 2;
  }
}
@media (min-width: 992px) {
  .home .products .product:nth-child(1), .home .products .product:nth-child(4) {
    grid-template-areas: "title thumbnail" "description thumbnail" "minbooking thumbnail" "quickpreview thumbnail";
    grid-template-columns: 1fr 57.627%;
    grid-template-rows: min-content min-content min-content auto;
    column-gap: 17px;
  }
}
@media (min-width: 992px) {
  .home .products .product:nth-child(1) .thumbnail, .home .products .product:nth-child(4) .thumbnail {
    align-self: start;
  }
}
@media (min-width: 992px) {
  .home .products .product:nth-child(1) .thumbnail img, .home .products .product:nth-child(4) .thumbnail img {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 992px) {
  .home .products .product:nth-child(1) .title, .home .products .product:nth-child(4) .title {
    margin-top: 0;
  }
}

.my-account,
.mon-compte,
.mi-cuenta {
  margin-top: 106px;
}
@media (min-width: 992px) {
  .my-account,
  .mon-compte,
  .mi-cuenta {
    margin-top: 153px;
  }
}
.my-account #page,
.mon-compte #page,
.mi-cuenta #page {
  padding: 32px 5px;
}
@media (min-width: 992px) {
  .my-account #page,
  .mon-compte #page,
  .mi-cuenta #page {
    padding: 57px 107px;
  }
}
@media (min-width: 992px) {
  .my-account .top-banner,
  .mon-compte .top-banner,
  .mi-cuenta .top-banner {
    display: none;
  }
}
@media (min-width: 992px) {
  .my-account .header,
  .mon-compte .header,
  .mi-cuenta .header {
    top: 40px;
  }
}
@media (min-width: 992px) {
  .my-account .woocommerce,
  .mon-compte .woocommerce,
  .mi-cuenta .woocommerce {
    display: flex;
    gap: 100px;
  }
}

.not-found {
  padding: 50px 19px;
  background: #FFF;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .not-found {
    padding: 50px 143.5px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 50px;
    row-gap: 100px;
  }
}
.not-found__title {
  color: #1F335D;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 99.213px;
  font-weight: 900;
  line-height: 113.386px;
}
@media (min-width: 992px) {
  .not-found__title {
    font-size: 149.811px;
    line-height: 171.213px;
  }
}
.not-found__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .not-found__header {
    align-self: center;
    grid-row: 1/3;
    grid-column: 1/2;
  }
}
.not-found__header > img {
  display: block;
  margin: -32px 0 0 0;
  width: 156.164px;
  height: 137.844px;
}
@media (min-width: 992px) {
  .not-found__header > img {
    margin-top: -55px;
    width: 235.808px;
    height: 208.145px;
  }
}
.not-found__header .button {
  margin-top: 9.93px;
}
@media (min-width: 992px) {
  .not-found__header .button {
    margin-top: 15px;
  }
}
.not-found__content {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .not-found__content {
    align-self: center;
    margin-top: 0;
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.not-found__content > h1 {
  margin: 0;
  color: #1F335D;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 23.165px;
}
@media (min-width: 992px) {
  .not-found__content > h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
.not-found__content > p {
  margin: 3.38px 0 0 0;
  color: #1F335D;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
}
@media (min-width: 992px) {
  .not-found__content > p {
    margin-top: 7px;
    font-size: 16px;
  }
}
.not-found__footer {
  margin-top: 48.26px;
}
@media (min-width: 992px) {
  .not-found__footer {
    align-self: center;
    margin-top: 0;
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
.not-found__footer > img {
  width: 128.857px;
  height: 50.091px;
}
@media (min-width: 992px) {
  .not-found__footer > img {
    width: 267.001px;
    height: 104.206px;
  }
}

.single-product .woocommerce-product-details__short-description {
  padding: 0 14px;
}
@media (min-width: 992px) {
  .single-product .woocommerce-product-details__short-description {
    padding: 0;
  }
}
.single-product .woocommerce-product-details__short-description h1,
.single-product .woocommerce-product-details__short-description h2,
.single-product .woocommerce-product-details__short-description h3,
.single-product .woocommerce-product-details__short-description h4,
.single-product .woocommerce-product-details__short-description h5,
.single-product .woocommerce-product-details__short-description h6 {
  margin: 0;
  color: var(--ROSE_LOGO);
  font-family: "Blambot Casual", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
}
.single-product .woocommerce-product-details__short-description p,
.single-product .woocommerce-product-details__short-description li {
  color: var(--Base-02);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.single-product .woocommerce-product-details__short-description b,
.single-product .woocommerce-product-details__short-description em,
.single-product .woocommerce-product-details__short-description strong {
  color: var(--Base-02);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
}
.single-product .woocommerce-product-details__short-description ul {
  margin: 0;
}
@media (min-width: 992px) {
  .single-product .product {
    padding: 20px 47.5px;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    grid-auto-flow: row dense;
    column-gap: 49px;
  }
  .single-product .product .woocommerce-product-gallery {
    grid-column: 1;
    grid-row: auto;
    align-self: start;
  }
  .single-product .product #wapo-total-price-table {
    grid-column: 1;
    grid-row: auto;
  }
  .single-product .product .yith-custom-price {
    grid-column: 1;
    grid-row: auto;
  }
  .single-product .product .woocommerce-product-details__short-description {
    grid-column: 1;
    grid-row: auto;
  }
  .single-product .product .yith-wcbk-booking-form {
    grid-column: 2;
    grid-row: auto;
  }
  .single-product .product .yith-wapo-container {
    grid-column: 2;
    grid-row: auto;
  }
  .single-product .product .yith-wcbk-add-to-cart-button {
    grid-column: 2;
    grid-row: auto;
  }
}
.single-product .product .summary {
  padding: 29px 20px 0 20px;
}
@media (min-width: 992px) {
  .single-product .product .summary {
    padding: 0;
  }
}
.single-product .product .cart {
  margin: 42px 0 0 0;
  padding: 0;
}
@media (min-width: 992px) {
  .single-product .product .cart {
    margin-top: 50px;
  }
}

/*# sourceMappingURL=style.css.map */
