:root {
  --primary-mat-black: #242424;
  --primary-banner-heading-font: "BentonMorden";
  --primary-banner-heading-font-italic: "BentonMordenItalic";
  --primary-banner-text-font: "SoleilLight";
  --benton-italic: "BentonItalic";
}
@font-face {
  font-family: "SoleilBold";
  src: /* url('/fonts/SoleilBold.woff') format('woff'), */ url('/fonts/soleil-bold.woff2') format('woff2');
}
@font-face {
  font-family: "SoleilLight";
  src: /* url('/fonts/SoleilLight.woff') format('woff'), */ url('/fonts/soleil-regular.woff2') format('woff2');
}
@font-face {
  font-family: "SoleilRegular";
  src: /* url('/fonts/SoleilRegular.woff') format('woff'), */ url('/fonts/soleil-regular.woff2') format('woff2');
}
@font-face {
  font-family: "BentonMorden";
  src: /* url('/fonts//BentonModDispComp-Regular.woff') format('woff'), */ url('/fonts/BentonModernDisplayCompressed_normal_extra-condensed.woff') format('woff');
}
@font-face {
  font-family: "BentonMordenItalic";
  src: /* url('/fonts/BentonModDispComp-RegularIt.woff') format('woff'), */ url('/fonts/BentonModernDisplayCompressed_normal_extra-condensed.woff') format('woff');
}
@font-face {
  font-family: "Sackers-Gothic-Medium-AT-Regular";
  src: url('/fonts/Sackers Gothic Medium AT Regular.woff') format('woff'), url('/fonts/Sackers Gothic Medium AT Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Benton';
  src: url('https://www.fossil.com/on/demandware.static/-/Library-Sites-FossilSharedLibrary/default/dw1603155d/2025/SP25/set_02172025_global_refresh/_font_benton/BentonModernDisplayCompressed_normal_extra-condensed.woff2') format('woff2'), url('https://www.fossil.com/on/demandware.static/-/Library-Sites-FossilSharedLibrary/default/dwd9c0bee9/2025/SP25/set_02172025_global_refresh/_font_benton/BentonModernDisplayCompressed_normal_extra-condensed.woff') format('woff'), url('https://www.fossil.com/on/demandware.static/-/Library-Sites-FossilSharedLibrary/default/dwe0727660/2025/SP25/set_02172025_global_refresh/_font_benton/BentonModernD-Cm.otf') format('opentype');
}
@font-face {
  font-family: 'BentonLight';
  src:
    url('/fonts/BentonModernDisplayCompressed_normal_extra-condensed.woff') format('woff');
}
@font-face {
  font-family: 'BentonItalic';
  src:
    url('/fonts/BentonModernDisplayCompressed_normal_extra-condensed.woff') format('woff');
}
@font-face {
  font-family: 'BentonLightItalic';
  src:
    url('/fonts/BentonModernDisplayCompressed_normal_extra-condensed.woff') format('woff');
}
.Benton {
  font-family: Benton;
}
.BentonLight {
  font-family: Benton;
}
.BentonItalic {
  font-family: BentonItalic;
}
.BentonLightItalic {
  font-family: BentonItalic;
}
.hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  position: relative;
}
.hero-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero-content {
  position: relative;
  z-index: 2;
}
.product-placeholder {
  background-color: #F3F4F6;
  border: 2px solid #D1D5DB;
  border-radius: 8px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-custom {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #D1D5DB;
  border-radius: 25px;
  padding: 12px 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin: 8px;
}
.btn-custom:hover {
  background-color: #F3F4F6;
  color: #000000;
}
.product-image-placeholder {
  background-color: #f8f9fa;
  border: 0px solid #e5e7eb;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b7280;
  font-size: 14px;
  overflow: hidden;
}
.product-card {
  border: 0px solid #d1d5db;
  background-color: #ffffff;
}
.section-title {
  color: #000000;
  font-weight: 600;
  letter-spacing: 2px;
}
.product-title {
  color: #000000;
  font-weight: 500;
  text-decoration: underline;
}
.watch-placeholder {
  height: 320px;
  background-color: #e9ecef;
  border: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.watch-icon {
  /*
  width: 128px;
  height: 128px;
*/
  background-color: #ced4da;
  border-radius: 50%;
}
.category-title {
  letter-spacing: 2px;
  font-weight: bold;
}
.main-heading {
  letter-spacing: 3px;
  font-weight: bold;
}
.category-link {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}
.category-link:hover {
  color: #6c757d;
}
.hero-section {
  min-height: 550px;
}
.dark-section {
  background-color: #282828;
  color: white;
}
.light-section {
  background-color: #282828;
}
.main-heading {
  font-size: 26.67px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.5;
}
.description-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #e9ecef;
}
.learn-more-btn {
  color: white;
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.1rem;
}
.learn-more-btn:hover {
  color: #ced4da;
}
.watch-placeholder {
  height: 380px;
  background-color: #e9ecef;
  border: 0px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.component-circle {
  width: 80px;
  height: 80px;
  background-color: #ced4da;
  border: 2px solid #adb5bd;
  border-radius: 50%;
  position: absolute;
}
.component-1 {
  top: 20px;
  right: 60px;
}
.component-2 {
  top: 120px;
  left: 40px;
}
.component-3 {
  bottom: 80px;
  right: 40px;
}
.component-4 {
  bottom: 20px;
  left: 80px;
}
.main-watch {
  width: 120px;
  height: 120px;
  background-color: #6c757d;
  border: 3px solid #495057;
  border-radius: 50%;
}
.wireframe-container {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
}
.product-card {
  background-color: #ffffff;
  border: 2px solid #dee2e6;
  min-height: 400px;
}
.product-placeholder {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-wireframe {
  background-color: #343a40;
  border: 1px solid #495057;
  color: white;
  border-radius: 25px;
  padding: 12px 30px;
}
.btn-wireframe:hover, .btn-wireframe:active, .btn-wireframe:active:focus {
  background-color: #495057;
  color: white;
  border: 1px solid #495057;
}
.brand-logo {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  height: 40px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta1 {
  font-size: 100px;
  line-height: 90px;
}
.cta3 {
  font-size: 33px;
  line-height: 30px;
}
.radius0 {
  border-radius: 0 !important;
}
.txtBlack {
  color: #000000;
}
.exact-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  align-items: center;
  text-align: center;
  z-index: 9;
}
.videoLogo {
  height: 110px;
  width: auto;
}
.whiteBtn {
  background-color: #fff;
  color: #000000;
  min-height: 35px;
  padding: 5px 2em !important;
  border: 2px solid #000;
  cursor: pointer;
}
.whiteBtn:hover, .whiteBtn:active, .whiteBtn:active:focus {
  background-color: #fff !important;
  color: #000000 !important;
}
.absolute-right {
  position: absolute;
  right: 0;
}
.absolute-left {
  position: absolute;
  left: 0;
}
.disneyLogo {
  height: 75px;
  width: auto;
}
.hero-section {}
.watch-container {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.tagline {
  font-family: Soleil, sans-serif;
  ;
  font-weight: 500;
  letter-spacing: 1px;
     font-size: 0.875rem;
    color: rgba(255, 255, 255, 1);
}
.product-name {
  font-family: var(--primary-banner-heading-font);
  font-style: italic;
  font-weight: 400;
  font-size: 6.25rem;
  line-height: 1;
  color: #ffffff;
}
.cta-button {
  background-color: #ffffff;
  color: #000;
  border: none;
  padding: 11px 32px;
  border-radius: 25px;
  font-family: Soleil, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.cta-button:hover {
  background-color: #f8f9fa;
  transform: translateY(-2px);
}
.banner-section {
  min-height: inherit;
}
.cards-section {
  background-color: #f5f2ed;
  position: relative;
  overflow: hidden;
}
.decorative-plus {
  position: absolute;
  font-size: 24px;
  color: #8b7355;
  font-weight: 300;
}
.plus-1 {
  top: -40px;
  left: -40px;
}
.plus-2 {
  bottom: 0px;
  right: 40px;
}
.plus-3 {
  bottom: 200px;
  left: 600px;
}
.plus-1 img, .plus-2 img {
  height: 45px;
  width: auto;
}
.collection-title {
  font-family: var(--primary-banner-heading-font);
  font-style: italic;
  font-size: 3.5rem;
  color: #2c2c2c;
  line-height: 0.9;
  margin-bottom: 1rem;
  /* letter-spacing: -3px; */
}
.collection-subtitle {
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.collection-description {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  max-width: 400px;
}
.explore-btn {
  background-color: #2c2c2c;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.explore-btn:hover {
  background-color: #1a1a1a;
  color: white;
  transform: translateY(-2px);
}
.main-image {
  border-radius: 20px;
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.secondary-card {
  border-radius: 20px;
  padding: 0;
  overflow: hidden;
  margin-top: 2rem;
  position: relative;
}
.secondary-image {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
}
.card-content {
  padding: 1.5rem;
}
.hot-news {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 0rem;
}
.product-title-v2 {
  font-family: var(--primary-banner-heading-font);
  font-style: italic;
  font-size: 1.8rem;
  color: #2c2c2c;
  margin-bottom: 0rem;
}
.product-description {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.terms {
  color: #000;
  font-size: 0.75rem;
}
.order-badge {
  position: absolute;
  top: -90px;
  left: -95px;
  background-color: transparent;
  color: white;
  padding: 8px 15px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
}
.order-badge img {
  width: 150px;
  height: auto;
}
.mascot {
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 135px;
  height: 135px;
}
.mascot img {
  height: 135px;
  width: auto;
}
.overlay-content-bottom {
  position: absolute;
  bottom: 0px;
  padding: 0.5rem;
}
@media (max-width: 768px) {
  .collection-title {
    font-size: 2.5rem;
  }
  .plus-1, .plus-2, .plus-3 {
    display: none;
  }
  .main-image {
    height: 300px;
    margin-top: 2rem;
  }
  .secondary-card {
    margin-top: 1rem;
  }
}
.hero-title {
  font-family: var(--primary-banner-heading-font);
  font-style: italic;
  font-size: 3.813rem;
  line-height: 3.438rem;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.section-title {
  font-family: var(--primary-banner-heading-font);
  font-style: italic;
  font-size: 3.813rem;
  line-height: 3.438rem;
  color: #2c2c2c;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.description {
  color: #5a5a5a;
  font-size: 0.875rem;
  letter-spacing: 0.25px;
  line-height: 1.6;
  margin-bottom: 1.0rem;
  font-weight: 400;
}
.shop-btn {
  background-color: #2c2c2c;
  color: white;
  border: none;
  padding: 14px 36px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1rem;
}
.shop-btn:hover {
  background-color: #1a1a1a;
  color: white;
  transform: translateY(-2px);
}
.product-image {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-container {
  padding: 0rem 4rem;
}
.content-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0rem 2rem;
}
.image-wrapper {
  min-height: 400px;
  padding: 0rem 1.5rem;
}
.top-section {
  background-color: #f5f1eb;
}
.bottom-section {
  background-color: #f5f1eb;
  border-top: 1px solid #e8e0d6;
}
.text-right {
  text-align: right;
}
.textBtn {
  background-color: transparent;
  padding: 0;
  color: #FFFFFF;
  font-size: 18px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.textBtn:hover, .textBtn:focus, .textBtn:active:focus {
  background-color: transparent;
  padding: 0;
  color: #FFFFFF;
}
.hide-in-desktop {
  display: none;
}
.top-Banner {
  width: 100%;
}
@media (max-width: 767.98px) {
  .main-heading {
    font-size: 2rem;
  }
  .hero-section {
    min-height: auto;
  }
  .hero-overlay {
    position: relative;
  }
  .text-blk-mob, .text-blk-mob h1, .text-blk-mob .lead {
    color: #000 !important;
  }
  .lead {
    font-weight: 500;
  }
  .cta1 {
    font-size: 42px;
    line-height: 39px;
  }
  .wireframe-container {
    background-color: transparent;
    border: 0px solid #dee2e6;
  }
  .mobileview-center {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    align-items: center;
    text-align: center;
    z-index: 9;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobileview-center .videoLogo {
    height: 80px;
  }
  .whiteBtn.btn-wireframe, .whiteBtn.btn-wireframe:hover, .whiteBtn.btn-wireframe:active, .whiteBtn.btn-wireframe:active:focus {
    background-color: #000000 !important;
    color: #fff !important;
    border: 0;
  }
  .product-name {
    font-size: 3rem;
  }
  .hero-section {
    padding: 2rem 0;
  }
  .relative-mobile {
    position: relative !important;
  }
  .txt-black-mobile p, .txt-black-mobile .product-name {
    color: #000;
  }
  .txt-black-mobile p {
    font-size: 14px;
    margin-bottom: 0 !important;
  }
  .txt-black-mobile .product-name {
    font-size: 62px;
    line-height: 56px;
    margin-bottom: 16px !important;
  }
  .cta-button {
    padding: 8px 32px;
  }
  .txt-black-mobile button {
    background-color: #000;
    color: #fff;
    margin-bottom: 16px;
  }
  .centermobile {
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 20px !important;
  }
  .centermobile p {
    /* font-size: 20px !important; */
    margin-bottom: 8px;
  }
  .hero-title {
    font-size: 2.8rem;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .image-wrapper {
    height: 300px;
    padding: 0rem;
    margin-bottom: 16px;
  }
  .content-wrapper {
    padding: 0 15px 15px 15px;
  }
  .section-container {
    padding: 0rem 0;
  }
  .textBtn {
    background-color: transparent !important;
    padding: 0;
    color: #000 !important;
    font-size: 18px;
    border-bottom: 2px solid #000000 !important;
    border-radius: 0;
  }
  .textBtn:hover, .textBtn:focus, .textBtn:active:focus {
    background-color: transparent;
    padding: 0;
    color: #FFFFFF;
  }
  .jolie-carge-info {
    position: absolute;
    bottom: 0;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
  }
  .jolie-carge-info-2 {
    position: absolute;
    top: 34px;
    display: flex !important;
    justify-content: center;
    align-items: center !important;
  }
  .content-wrapper {
    width: 100%;
  }
  .jolie-carge-info .content-wrapper div, .jolie-carge-info-2 .content-wrapper div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
  }
  .content-wrapper div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .content-wrapper .hero-title {
    text-align: center;
  }
  .content-wrapper .description {
    text-align: center;
  }
  .content-wrapper .shop-btn {
    width: 100%;
    text-align: center;
  }
  .jolie-carge-info .content-wrapper .hero-title, .jolie-carge-info-2 .content-wrapper .hero-title {
    color: #ffff !important;
    font-size: 36px;
    margin-bottom: 10px;
    text-align: center;
  }
  .jolie-carge-info .content-wrapper .description, .jolie-carge-info-2 .content-wrapper .description {
    color: #fff !important;
    text-align: center !important;
  }
  .jolie-carge-info .content-wrapper .shop-btn, .jolie-carge-info-2 .content-wrapper .shop-btn {
    background-color: #fff;
    color: #2c2c2c;
    width: 100%;
    text-align: center;
    padding: 15px 24px;
    font-size: 14px;
  }
  .jolie-carge-info .content-wrapper div, .jolie-carge-info-2 .content-wrapper div {
    width: 100%;
  }
  /*Mute and unmute buttons*/
  .audio-mute-unmute {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 31px;
    height: 31px;
  }
  .audio-mute-unmute .video-play-btn, .audio-mute-unmute .video-pause-btn {
    position: absolute;
    padding: 0;
  }
  .audio-mute-unmute button {
    border: 0;
    background-color: transparent;
  }
  .font-Sackers {
    font-family: "Sackers-Gothic-Medium-AT-Regular" !important;
  }
  .font-SoleilR {
    font-family: "SoleilRegular" !important;
  }
  .font-benton {
    font-family: var(--primary-banner-heading-font);
  }
  .hide-in-mobile {
    display: none;
  }
  .section-title {
    text-align: center;
  }
  .overlay-content-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: unset;
    padding-top: 40px;
  }
  .product-description {
    text-align: center;
  }
  .secondary-image {
    border-radius: 30px;
  }
  .collection-subtitle {
    text-align: center;
  }
  .collection-title {
    text-align: center;
  }
  .collection-description {
    text-align: center;
  }
  .explore-btn {
    width: 100%;
    text-align: center;
  }
  .hide-in-desktop {
    display: block;
  }
  .main-image.hide-in-desktop {
    margin-bottom: 32px;
  }
  .mascot {
    bottom: -90px;
    left: 12px;
  }
  .mascot img {
    height: 75px;
  }
  .image-wrapper {
    height: auto;
    min-height: auto;
  }
  .order-badge {
    display: none;
  }
  .section-title {
    margin-bottom: 16px;
  }
  .mobile-bg-color-yellow {
    background-color: #f5f2ed;
  }
  .mobile-px-12 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .btnMob {
    display: inline-block !important;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
/*Offer Strip Starts here*/
.offers-Card {
  background-color: #092629;
}
.offers-Card h2 {
  font-size: 1.7rem;
  letter-spacing: 2px;
  line-height: 2.3rem;
  font-weight: 400;
  font-family: var(--primary-banner-heading-font);
}
.offers-Card {
  color: #fff !important;
}
.promo-banner {
  background: linear-gradient(135deg, #1e3a3a 0%, #2d5555 100%);
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.promo-text {
  color: white;
  font-style: italic;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
.terms-text {
  color: #cccccc;
  font-size: 0.75rem;
  text-decoration: underline;
  margin-top: 2px;
}
.shop-btn {
  background-color: #f5f5dc;
  color: #333;
  border: none;
  padding: 8px 24px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.shop-btn:hover {
  background-color: #e8e8d0;
  color: #333;
  transform: translateY(-1px);
}
.darkBtn{
	background-color: #242424 !important;
	color: #fff !important;
}
@media (max-width: 768px) {
  .promo-banner {
    min-height: 100px;
    padding: 10px;
  }
  .promo-text {
    font-size: 0.9rem;
  }
  .shop-btn {
    padding: 6px 20px;
    font-size: 0.9rem;
  }
}
@media (max-width: 576px) {
  .promo-banner {
    min-height: 120px;
    flex-direction: column;
    gap: 10px;
  }
  .promo-text {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .shop-btn {
    padding: 8px 18px;
    font-size: 0.85rem;
  }
}
/*Offer Strip ends here*/